Expand description
Authentication method implementations.
Structs§
- ApiKey
Method - API key authentication method.
- JwtMethod
- JWT-based authentication method.
- MfaChallenge
- Multi-factor authentication challenge.
- OAuth2
Method - OAuth 2.0 authentication method.
- Password
Method - Password-based authentication method.
- User
Info - Basic user information.
Enums§
- Method
Result - Result of an authentication attempt.
- MfaType
- Types of multi-factor authentication.
Traits§
- ApiKey
Validator - Trait for API key validation.
- Auth
Method - Trait for authentication methods.
- Password
Verifier - Trait for password verification.
- User
Lookup - Trait for user lookup operations.