Skip to main content

AuthErrorResponse

errorstringrequired

The error code.

Possible values: [invalid_request, invalid_client, invalid_grant, unauthorized_client, unsupported_grant_type, invalid_scope]

error_descriptionstring

Human-readable text providing additional information, used to assist the client developer in understanding the error that occurred.

error_uristring

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.

AuthErrorResponse
{
"error": "invalid_request",
"error_description": "string",
"error_uri": "string"
}