Expand description
The error types used in this crate.
Structs§
- OAuth2
Error - An error returned by the OAuth 2.0 provider
Enums§
- Authorization
Error - All possible errors when authorizing the client.
- Credentials
Error - All errors that can occur when adding client credentials to the request.
- Discovery
Error - All possible errors when fetching provider metadata.
- Error
- All possible errors when using this crate.
- IdToken
Error - All possible errors when verifying an ID token.
- Jwks
Error - All possible errors when requesting a JWKS.
- JwtVerification
Error - All possible errors when verifying a JWT.
- Token
Authorization Code Error - All possible errors when exchanging a code for an access token.
- Token
Refresh Error - All possible errors when refreshing an access token.
- Token
Request Error - All possible errors when requesting an access token.
- User
Info Error - All possible errors when requesting user info.