Module auth

Source
Expand description

APIs for request authentication.

Modules§

http
Auth schemes for the HTTP Authorization header.
static_resolver
Static auth scheme option resolver.

Structs§

AuthSchemeEndpointConfig
Endpoint configuration for the selected auth scheme.
AuthSchemeId
New type around an auth scheme ID.
AuthSchemeOptionResolverParams
Parameters needed to resolve auth scheme options.
SharedAuthScheme
Container for a shared auth scheme implementation.
SharedAuthSchemeOptionResolver
A shared auth scheme option resolver.

Traits§

AuthScheme
An auth scheme.
ResolveAuthSchemeOptions
Resolver for auth scheme options.
Sign
Signing implementation for an auth scheme.