Class OAuthError.CodeResponse

java.lang.Object
org.apache.oltu.oauth2.common.error.OAuthError.CodeResponse
Enclosing class:
OAuthError

public static final class OAuthError.CodeResponse extends Object
  • Field Details

    • INVALID_REQUEST

      public static final String INVALID_REQUEST
      The request is missing a required parameter, includes an unsupported parameter value, or is otherwise malformed.
      See Also:
    • UNAUTHORIZED_CLIENT

      public static final String UNAUTHORIZED_CLIENT
      The client is not authorized to request an authorization code using this method.
      See Also:
    • ACCESS_DENIED

      public static final String ACCESS_DENIED
      The resource owner or authorization server denied the request.
      See Also:
    • UNSUPPORTED_RESPONSE_TYPE

      public static final String UNSUPPORTED_RESPONSE_TYPE
      The authorization server does not support obtaining an authorization code using this method.
      See Also:
    • INVALID_SCOPE

      public static final String INVALID_SCOPE
      The requested scope is invalid, unknown, or malformed.
      See Also:
    • SERVER_ERROR

      public static final String SERVER_ERROR
      The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
      See Also:
    • TEMPORARILY_UNAVAILABLE

      public static final String TEMPORARILY_UNAVAILABLE
      The authorization server is currently unable to handle the request due to a temporary overloading or maintenance of the server.
      See Also:
  • Constructor Details

    • CodeResponse

      public CodeResponse()