Skip to main content

Module auth

Module auth 

Source
Expand description

Authentication for clients and individual requests.

Configure with ClientBuilder::auth or RequestBuilder::auth. Credentials can be static, resolved synchronously, or fetched asynchronously.

Enums§

Auth
Authentication configuration for a client or request.
TokenSource
Source for credential values (static, sync, or async).

Traits§

AsyncTokenProvider
Async token resolver.