Module mas_oidc_client::error
source · Expand description
The error types used in this crate.
Structs§
- The body of an error that can be returned by an OpenID Provider.
- An error that can be returned by an OpenID Provider.
Enums§
- All errors that can occur when building the account management URL.
- 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 introspecting a token.
- All possible errors when requesting a JWKS.
- All possible errors when verifying a JWT.
- All possible errors when making a pushed authorization request.
- All possible errors when registering the client.
- 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 revoking a token.
- All possible errors when requesting user info.
Type Aliases§
- Alias for a type-erased error type.