Class RequestObjectPOSTErrorResponse

  • All Implemented Interfaces:
    ErrorResponse, Message, Response

    @Deprecated
    @Immutable
    public final class RequestObjectPOSTErrorResponse
    extends RequestObjectPOSTResponse
    implements ErrorResponse
    Deprecated.
    Request object POST error response.

    Example request object POST error response indicating an invalid JWS signature:

     HTTP/1.1 401 Unauthorized
     Date: Tue, 2 May 2017 15:22:31 GMT
     

    Related specifications:

    • Financial-grade API - Part 2: Read and Write API Security Profile, section 7.
    • The OAuth 2.0 Authorization Framework: JWT Secured Authorization Request (JAR) (draft-ietf-oauth-jwsreq-17).
    • Constructor Detail

      • RequestObjectPOSTErrorResponse

        public RequestObjectPOSTErrorResponse​(int httpStatusCode)
        Deprecated.
        Creates a new request object POST error response.
        Parameters:
        httpStatusCode - The HTTP status code. Should be other than 2xx.