oauth_error
OAuth2.0 error response
errorstringrequired
Standard error code denoting the error type
Possible values: [invalid_request
, invalid_client
, invalid_grant
, unauthorized_client
, unsupported_grant_type
, invalid_scope
]
error_descriptionstring
Textual, human readable error message
oauth_error
{
"error": "invalid_request",
"error_description": "string"
}