Re-exports§
Modules§
Structs§
- Bearer
Token Authorizer - Create a simple Authorizer that attaches a given token to any request
a client sends. The token is attached with the
Bearer
auth-scheme. - Client
Credential Authorizer - Authenticate with an
OAuth2
server using client credentials. - Client
Credential Authorizer Builder - Builder for
ClientCredentialAuthorizer
. - Http
Client - Wrapper around
reqwest::Client
that automatically adds the authorization header, while keeping it up-to-date using anAuthorizer
. - Refresh
Task
Traits§
- Authorizer
- Main trait of this crate.
Type Aliases§
- Basic
Client Credential Authorizer - Specialization of
ClientCredentialAuthorizer
suitable for most use cases. - Basic
Client Credential Authorizer Builder - Specialization of
ClientCredentialAuthorizer
suitable for most use cases.