Class RequestObjectPOSTErrorResponse

java.lang.Object
com.nimbusds.oauth2.sdk.RequestObjectPOSTResponse
com.nimbusds.oauth2.sdk.RequestObjectPOSTErrorResponse
All Implemented Interfaces:
ErrorResponse, Message, Response

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) (RFC 9101).
  • Constructor Details

    • 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.
  • Method Details