Available on crate feature
client
only.Expand description
APIs for request authentication.
Modules§
- http
http-auth
- Auth schemes for the HTTP
Authorization
header. - static_
resolver - Static auth scheme option resolver.
Structs§
- Auth
Scheme Endpoint Config - Endpoint configuration for the selected auth scheme.
- Auth
Scheme Id - New type around an auth scheme ID.
- Auth
Scheme Option - The output type from the
ResolveAuthSchemeOptions::resolve_auth_scheme_options_v2
- Auth
Scheme Option Builder - Builder struct for
AuthSchemeOption
- Auth
Scheme Option Builder Error - The error type returned when failing to build
AuthSchemeOption
from the builder - Auth
Scheme Option Resolver Params - Parameters needed to resolve auth scheme options.
- Auth
Scheme Options Future - Future for
ResolveAuthSchemeOptions::resolve_auth_scheme_options_v2
. - Shared
Auth Scheme - Container for a shared auth scheme implementation.
- Shared
Auth Scheme Option Resolver - A shared auth scheme option resolver.
Traits§
- Auth
Scheme - An auth scheme.
- Resolve
Auth Scheme Options - Resolver for auth scheme options.
- Sign
- Signing implementation for an auth scheme.