Expand description
Re-export the endhost API client and the reqwest connect RPC cllient.
Modules§
- mock
- Simple in-memory mock token source for testing.
- refresh
RefreshTokenSourceautomatically refreshes tokens before expiry using a configurableTokenRefresher.- static_
token - Static token source implementation.
Structs§
- Crpc
Endhost ApiClient - Connect RPC endhost API client.
Enums§
- Crpc
Client Error - Connect RPC client error.
Traits§
- Endhost
ApiClient - Endhost API client trait.
- Token
Source - A source for authentication tokens.
Type Aliases§
- Token
Source Error - The error type for token sources.
- Token
Source Watch - A watch receiver for token source updates.