public static final class OAuthError.ResourceResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
EXPIRED_TOKEN |
static java.lang.String |
INSUFFICIENT_SCOPE
The request requires higher privileges than provided by the
access token.
|
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_TOKEN
The access token provided is expired, revoked, malformed, or
invalid for other reasons.
|
Constructor and Description |
---|
ResourceResponse() |
public static final java.lang.String INVALID_REQUEST
public static final java.lang.String EXPIRED_TOKEN
public static final java.lang.String INSUFFICIENT_SCOPE
public static final java.lang.String INVALID_TOKEN
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"