Module providers

Source
Expand description

OAuth provider configurations and implementations.

Structs§

DeviceAuthorizationResponse
Device flow authorization response.
OAuthProviderConfig
OAuth provider configuration.
OAuthTokenResponse
OAuth token response from the provider.
OAuthUserInfo
User information from OAuth provider.
UserProfile
Standardized user profile across all providers.

Enums§

OAuthProvider
Supported OAuth providers.

Functions§

generate_pkce
Generate PKCE code verifier and challenge.
generate_state
Generate a random state parameter for OAuth flows.