Module AuthTypes

Module AuthTypes 

Source

Structs§

ApiKeyAuth
API Key authentication
AuthorizationServerMetadata
Authorization server metadata (RFC 8414)
BasicAuth
Basic authentication
BearerAuth
Bearer token authentication
ClientRegistrationRequest
Client registration request (RFC 7591)
ClientRegistrationResponse
Client registration response (RFC 7591)
CustomHeaderAuth
Custom header authentication
OAuthConfig
OAuth 2.1 configuration
PkceParams
PKCE parameters for OAuth 2.1
TokenClaims
JWT token claims
TokenResponse
OAuth token response

Enums§

AuthMethod
Unified authentication method

Type Aliases§

RefreshFn
Type alias for refresh function to reduce complexity