Skip to main content

Module re_export

Module re_export 

Source
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
RefreshTokenSource automatically refreshes tokens before expiry using a configurable TokenRefresher.
static_token
Static token source implementation.

Structs§

CrpcEndhostApiClient
Connect RPC endhost API client.

Enums§

CrpcClientError
Connect RPC client error.

Traits§

EndhostApiClient
Endhost API client trait.
TokenSource
A source for authentication tokens.

Type Aliases§

TokenSourceError
The error type for token sources.
TokenSourceWatch
A watch receiver for token source updates.