Module methods

Module methods 

Source
Expand description

Authentication method implementations.

Re-exports§

pub use hardware_token::HardwareToken;

Modules§

enhanced_device
Enhanced Device Flow Implementation
hardware_token
Hardware token authentication method
passkey
Pure Rust WebAuthn/Passkey authentication implementation.

Structs§

AdvancedMfaAuthMethod
ApiKeyMethod
JwtMethod
MfaChallenge
Multi-factor authentication challenge.
OAuth2Method
OpenIdConnectAuthMethod
PasswordMethod
Simplified implementations - these would contain the full implementations
UserInfo
Basic user information.

Enums§

AuthMethodEnum
Enum wrapper for all supported authentication methods (for registry)
MethodResult
Result of an authentication attempt.
MfaType
Types of multi-factor authentication.

Traits§

AuthMethod
Trait for authentication methods.