fusionauth-rust-client 2.6.0

This is a FusionAuth server. Find out more at [https://fusionauth.io](https://fusionauth.io). You need to [set up an API key](https://fusionauth.io/docs/v1/tech/apis/authentication#managing-api-keys) in the FusionAuth instance you are using to test out the API calls.
Documentation
# 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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)