Uses of Class
com.nimbusds.oauth2.sdk.RequestObjectPOSTErrorResponse
Packages that use RequestObjectPOSTErrorResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of RequestObjectPOSTErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return RequestObjectPOSTErrorResponseModifier and TypeMethodDescriptionRequestObjectPOSTErrorResponse.parse(HTTPResponse httpResponse) Deprecated.Parses a request object POST error response from the specified HTTP response.RequestObjectPOSTResponse.toErrorResponse()Deprecated.Casts this response to a request object POST error response.