Pular para o conteúdo principal

OAuthErrorResponse

Resposta de erro OAuth 2.0.

errorstring

Código do erro OAuth.

Exemplo invalid_request
error_descriptionstring

Descrição do erro OAuth.

Exemplo OAuth 2.0 Parameter: grant_type
OAuthErrorResponse
{
"error": "invalid_request",
"error_description": "OAuth 2.0 Parameter: grant_type"
}