Expand description
The error types used in this crate.
Structs§
- An error returned by the OAuth 2.0 provider
 
Enums§
- All possible errors when authorizing the client.
 - All errors that can occur when adding client credentials to the request.
 - All possible errors when fetching provider metadata.
 - All possible errors when using this crate.
 - All possible errors when verifying an ID token.
 - All possible errors when requesting a JWKS.
 - All possible errors when verifying a JWT.
 - All possible errors when exchanging a code for an access token.
 - All possible errors when refreshing an access token.
 - All possible errors when requesting an access token.
 - All possible errors when requesting user info.