Skip to content
Quarters Developers
esc
  • Type an endpoint, an object or a word from a guide.

Object

OAuthError

The token endpoint fails in RFC 6749’s own shape rather than the API’s, because that is what an OAuth client library reads.

Fields

FieldTypeDescription
error stringAn RFC 6749 error code.
error_description stringA sentence for a person.

Example

{
  "error": "invalid_client",
  "error_description": "Unknown client id, wrong secret, or revoked."
}