OAuth AccessTokenErrorResponse Object

Contains information about an error response returned by the OAuth Token Endpoint in response to a request for an OAuth 2.0 access token.

For more information about the error response from the OAuth Token Endpoint, refer to the specification: http://tools.ietf.org/html/rfc6749#section-4.2.2.1.

This object is used by the following operations:

The properties included in the AccessTokenErrorResponse object are listed below.

Property Type Description
error string The error.
error_description string Optional. Descriptive text for the error.
error_uri string URI for the error, if applicable.