Class OAuthError.ResourceResponse
java.lang.Object
org.apache.oltu.oauth2.common.error.OAuthError.ResourceResponse
- Enclosing class:
OAuthError
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final StringThe request requires higher privileges than provided by the access token.static final StringThe 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 final StringThe access token provided is expired, revoked, malformed, or invalid for other reasons. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
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.- See Also:
-
EXPIRED_TOKEN
- See Also:
-
INSUFFICIENT_SCOPE
The request requires higher privileges than provided by the access token.- See Also:
-
INVALID_TOKEN
The access token provided is expired, revoked, malformed, or invalid for other reasons.- See Also:
-
-
Constructor Details
-
ResourceResponse
public ResourceResponse()
-