Re-exports§
pub use error::AuthError;pub use error::Result;pub use registry::ProviderRegistry;pub use storage::AuthStorage;pub use storage::AuthTokens;pub use storage::Credential;pub use storage::CredentialType;pub use storage::DefaultAuthStorage;
Modules§
Structs§
- Auth
Flow Wrapper - Wrapper to convert a concrete AuthenticationFlow into a DynAuthenticationFlow
Enums§
- Auth
Method - Available authentication methods for a provider
- Auth
Progress - Progress status for authentication flows
Traits§
- Authentication
Flow - Generic authentication flow trait that providers can implement
- DynAuthentication
Flow - Type-erased authentication flow for dynamic dispatch
- Interactive
Auth - Marker trait for providers that support interactive authentication