Module error

Source
Expand description

The error types used in this crate.

Structs§

OAuth2Error
An error returned by the OAuth 2.0 provider

Enums§

AuthorizationError
All possible errors when authorizing the client.
CredentialsError
All errors that can occur when adding client credentials to the request.
DiscoveryError
All possible errors when fetching provider metadata.
Error
All possible errors when using this crate.
IdTokenError
All possible errors when verifying an ID token.
JwksError
All possible errors when requesting a JWKS.
JwtVerificationError
All possible errors when verifying a JWT.
TokenAuthorizationCodeError
All possible errors when exchanging a code for an access token.
TokenRefreshError
All possible errors when refreshing an access token.
TokenRequestError
All possible errors when requesting an access token.
UserInfoError
All possible errors when requesting user info.