Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 881 Bytes

OAuthErrorType.md

File metadata and controls

27 lines (21 loc) · 881 Bytes

OAuthErrorType

Enum Variants

Name Value
InvalidRequest invalid_request
InvalidClient invalid_client
InvalidGrant invalid_grant
InvalidToken invalid_token
UnauthorizedClient unauthorized_client
InvalidScope invalid_scope
ServerError server_error
UnsupportedGrantType unsupported_grant_type
UnsupportedResponseType unsupported_response_type
AccessDenied access_denied
ChangePasswordRequired change_password_required
NotLicensed not_licensed
TwoFactorRequired two_factor_required
AuthorizationPending authorization_pending
ExpiredToken expired_token
UnsupportedTokenType unsupported_token_type

[Back to Model list] [Back to API list] [Back to README]