Expand description
OAuth provider configurations and implementations.
Structs§
- OAuth
Provider Config - OAuth provider configuration.
- OAuth
Token Response - OAuth token response from the provider.
- OAuth
User Info - User information from OAuth provider.
Enums§
- OAuth
Provider - Supported OAuth providers.
Functions§
- generate_
pkce - Generate PKCE code verifier and challenge.
- generate_
state - Generate a random state parameter for OAuth flows.