# OAuthErrorType
## Enum Variants
| 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)