OAuthErrorResponse
Resposta de erro OAuth 2.0.
errorstring
Código do erro OAuth.
Exemplo
invalid_requesterror_descriptionstring
Descrição do erro OAuth.
Exemplo
OAuth 2.0 Parameter: grant_typeOAuthErrorResponse
{
"error": "invalid_request",
"error_description": "OAuth 2.0 Parameter: grant_type"
}