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.
- Token
Source - Source for credential values (static, sync, or async).
Traits§
- Async
Token Provider - Async token resolver.