Module error

Source
Expand description

Error types used in the OAuth API.

Structs§

StandardErrorResponse
Error response returned by server after requesting an access token.

Enums§

AuthorizationCodeErrorResponseType
Error response returned by server after requesting an authorization code.
BasicErrorResponseType
Basic access token error types.
ClientRegistrationErrorResponseType
Error response returned by server after requesting an authorization code.
ConfigurationError
There was a problem configuring the request.
CrossProcessRefreshLockErrore2e-encryption
An error that happened when interacting with the cross-process store lock during a token refresh.
HttpClientError
Error type returned by built-in HTTP clients when requests fail.
OAuthAuthorizationCodeError
All errors that can occur when using the Authorization Code grant with the OAuth 2.0 API.
OAuthClientRegistrationError
All errors that can occur when registering a client with an OAuth 2.0 authorization server.
OAuthDiscoveryError
All errors that can occur when discovering the OAuth 2.0 server metadata.
OAuthError
All errors that can occur when using the OAuth 2.0 API.
OAuthTokenRevocationError
All errors that can occur when revoking an OAuth 2.0 token.
RedirectUriQueryParseError
An error when trying to parse the query of a redirect URI.
RequestTokenError
Error encountered while requesting access token.
RevocationErrorResponseType
OAuth 2.0 Token Revocation error response types.

Type Aliases§

BasicErrorResponse
Error response specialization for basic OAuth2 implementation.
BasicRequestTokenError
Token error specialization for basic OAuth2 implementation.
BasicRevocationErrorResponse
Revocation error response specialization for basic OAuth2 implementation.
OAuthRequestError
An error when interacting with the OAuth 2.0 authorization server.