java.lang.Object | |
↳ | org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | ACCESS_DENIED | The resource owner or authorization server denied the request. | |||||||||
String | INVALID_REQUEST | The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed. | |||||||||
String | INVALID_SCOPE | The requested scope is invalid, unknown, or malformed. | |||||||||
String | SERVER_ERROR | The authorization server encountered an unexpected condition which prevented it from fulfilling the request. | |||||||||
String | TEMPORARILY_UNAVAILABLE | The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server. | |||||||||
String | UNAUTHORIZED_CLIENT | The client is not authorized to request an authorization code using this method. | |||||||||
String | UNSUPPORTED_RESPONSE_TYPE | The authorization server does not support obtaining an authorization code using this method. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The resource owner or authorization server denied the request.
The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
The requested scope is invalid, unknown, or malformed.
The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
The client is not authorized to request an authorization code using this method.
The authorization server does not support obtaining an authorization code using this method.