public static final class OAuthError.TokenResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
INVALID_CLIENT
Client authentication failed (e.g.
|
static java.lang.String |
INVALID_GRANT
The provided authorization grant (e.g.
|
static java.lang.String |
INVALID_REQUEST
The request is missing a required parameter, includes an
unsupported parameter value, repeats a parameter,
includes multiple credentials, utilizes more than one
mechanism for authenticating the client, or is otherwise
malformed.
|
static java.lang.String |
INVALID_SCOPE
The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner.
|
static java.lang.String |
UNAUTHORIZED_CLIENT
The authenticated client is not authorized to use this
authorization grant type.
|
static java.lang.String |
UNSUPPORTED_GRANT_TYPE
The authorization grant type is not supported by the
authorization server.
|
Constructor and Description |
---|
TokenResponse() |
public static final java.lang.String INVALID_REQUEST
public static final java.lang.String INVALID_CLIENT
public static final java.lang.String INVALID_GRANT
public static final java.lang.String UNAUTHORIZED_CLIENT
public static final java.lang.String UNSUPPORTED_GRANT_TYPE
public static final java.lang.String INVALID_SCOPE
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"