ErrorResponse
The error object returned after an unsuccessful request.
Declaration
object ErrorResponseProperties
| Name | Type | Description |
|---|---|---|
error | string | A string that describes the reason for the unsuccessful request. The string is one of the allowed values, listed below. |
Overview
The error property is one of the following values:
invalid_requestA malformed request, typically because it’s missing a parameter, contains an unsupported parameter, includes multiple credentials, or uses more than one mechanism for authenticating the client.
invalid_clientThe client authentication failed, typically due to a mismatched or invalid client identifier, invalid client secret (expired token, malformed claims, or invalid signature), or mismatched or invalid redirect URI.
invalid_grantThe authorization grant or refresh token is invalid, typically due to a mismatched or invalid client identifier, invalid code (expired or previously used authorization code), or invalid refresh token.
unauthorized_clientThe client isn’t authorized to use this authorization grant type.
unsupported_grant_typeThe authenticated client isn’t authorized to use this grant type.
invalid_scopeThe requested scope is invalid.