Oauth2_Errors_Error
The OAuth2 Error describes the fields common to standard OAuth 2.0 errors.
{
"error": "string",
"error_description": "string",
"error_uri": "string"
}
Enumeration of OAuth 2.0 errors.
invalid_request : Discriminator for the InvalidRequest type.
invalid_scope : Discriminator for the InvalidScope type.
invalid_grant : Discriminator for the InvalidGrant type.
invalid_client : Discriminator for the InvalidClient type.
unauthorized_client : Discriminator for the UnauthorizedClient type.
unsupported_grant_type : Discriminator for the UnsupportedGrantType type.
invalid_target : Discriminator for the InvalidTarget type
Human-readable ASCII text providing additional information, used to assist the client developer in understanding the error that occurred. Values for the "error_description" parameter MUST NOT include characters outside the set %x20-21 / %x23-5B / %x5D-7E. if no additional information is available.
A URI identifying a human-readable web page with information about the error, used to provide the client developer with additional information about the error. if no such web-page is available.