Module methods

Source
Expand description

Authentication method implementations.

Structs§

ApiKeyMethod
API key authentication method.
JwtMethod
JWT-based authentication method.
MfaChallenge
Multi-factor authentication challenge.
OAuth2Method
OAuth 2.0 authentication method.
PasswordMethod
Password-based authentication method.
UserInfo
Basic user information.

Enums§

MethodResult
Result of an authentication attempt.
MfaType
Types of multi-factor authentication.

Traits§

ApiKeyValidator
Trait for API key validation.
AuthMethod
Trait for authentication methods.
PasswordVerifier
Trait for password verification.
UserLookup
Trait for user lookup operations.