# Variables
AccessDeniedErrorType represents an error where the server has denied the request.
InvalidClientErrorType represents an error where the authentication has failed.
InvalidGrantErrorType represents an error where the provided authorization grant such as a authorization code or refresh token is invalid, expired, or does not match the redirection uri.
InvalidRequestErrorType represents an error where the request is missing a required parameter, invalid parameter value, or is otherwise malformed.
InvalidScopeErrorType represents an error where The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
OAuthErrorTypeMap relates an OAuthError to an apierrors ErrorType.
ServerErrorErrorType represents an error where the server encountered an unexpected condition that prevented it from fulfilling the request.
UnauthorizedClientErrorType represents an error where the client is not authorized to use a specific grant type.
UnsupportedGrantErrorType represents an error where the client has requested a grant type not supported by the server.
# Type aliases
OAuthErrorType represents a type of OAuthError returned from the Connector to the provider.