Expand description
OAuth provider configurations and implementations.
Structs§
- Device
Authorization Response - Device flow authorization response.
- OAuth
Provider Config - OAuth provider configuration.
- OAuth
Token Response - OAuth token response from the provider.
- OAuth
User Info - User information from OAuth provider.
- Profile
Extractor - Automated token-to-profile conversion utilities
- User
Profile - Standardized user profile across all providers.
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.