public static final class OAuthError.CodeResponse
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
ACCESS_DENIED
The resource owner or authorization server denied the
request.
|
static java.lang.String |
INVALID_REQUEST
The request is missing a required parameter, includes an
unsupported parameter value, or is otherwise malformed.
|
static java.lang.String |
INVALID_SCOPE
The requested scope is invalid, unknown, or malformed.
|
static java.lang.String |
SERVER_ERROR
The authorization server encountered an unexpected
condition which prevented it from fulfilling the request.
|
static java.lang.String |
TEMPORARILY_UNAVAILABLE
The authorization server is currently unable to handle
the request due to a temporary overloading or maintenance
of the server.
|
static java.lang.String |
UNAUTHORIZED_CLIENT
The client is not authorized to request an authorization
code using this method.
|
static java.lang.String |
UNSUPPORTED_RESPONSE_TYPE
The authorization server does not support obtaining an
authorization code using this method.
|
Constructor and Description |
---|
CodeResponse() |
public static final java.lang.String INVALID_REQUEST
public static final java.lang.String UNAUTHORIZED_CLIENT
public static final java.lang.String ACCESS_DENIED
public static final java.lang.String UNSUPPORTED_RESPONSE_TYPE
public static final java.lang.String INVALID_SCOPE
public static final java.lang.String SERVER_ERROR
public static final java.lang.String TEMPORARILY_UNAVAILABLE
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"