Uses of Class
com.nimbusds.oauth2.sdk.PushedAuthorizationErrorResponse
Packages that use PushedAuthorizationErrorResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of PushedAuthorizationErrorResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return PushedAuthorizationErrorResponseModifier and TypeMethodDescriptionPushedAuthorizationErrorResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation error response from the specified HTTP response.PushedAuthorizationResponse.toErrorResponse()
Casts this response to a pushed authorisation error response.