Class OAuthError.CodeResponse

  • Enclosing class:
    OAuthError

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

      • 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:
        Constant Field Values
      • UNAUTHORIZED_CLIENT

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

        public static final String ACCESS_DENIED
        The resource owner or authorization server denied the request.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • INVALID_SCOPE

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

        public static final String SERVER_ERROR
        The authorization server encountered an unexpected condition which prevented it from fulfilling the request.
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
    • Constructor Detail

      • CodeResponse

        public CodeResponse()