Skip to main content

Crate authly_core

Crate authly_core 

Source

Modules§

pkce

Structs§

Identity
A unified identity structure returned by all providers.
OAuthToken
Represents the tokens returned by an OAuth2 provider.

Enums§

AuthError
Errors that can occur during the authentication process.

Traits§

CredentialsProvider
Trait for a Credentials-based provider (e.g., Email/Password).
OAuthProvider
Trait for an OAuth2-compatible provider.
UserMapper
Trait for mapping a provider identity to a local user.