|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.amber.oauth2.common.error.OAuthError.TokenResponse
public static final class OAuthError.TokenResponse
| Field Summary | |
|---|---|
static String |
INVALID_CLIENT
Client authentication failed (e.g. |
static String |
INVALID_GRANT
The provided authorization grant (e.g. |
static 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 String |
INVALID_SCOPE
The requested scope is invalid, unknown, malformed, or exceeds the scope granted by the resource owner. |
static String |
UNAUTHORIZED_CLIENT
The authenticated client is not authorized to use this authorization grant type. |
static String |
UNSUPPORTED_GRANT_TYPE
The authorization grant type is not supported by the authorization server. |
| Constructor Summary | |
|---|---|
OAuthError.TokenResponse()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INVALID_REQUEST
public static final String INVALID_CLIENT
public static final String INVALID_GRANT
public static final String UNAUTHORIZED_CLIENT
public static final String UNSUPPORTED_GRANT_TYPE
public static final String INVALID_SCOPE
| Constructor Detail |
|---|
public OAuthError.TokenResponse()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||