Uses of Class
com.nimbusds.oauth2.sdk.PushedAuthorizationResponse
Packages that use PushedAuthorizationResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of PushedAuthorizationResponse in com.nimbusds.oauth2.sdk
Subclasses of PushedAuthorizationResponse in com.nimbusds.oauth2.sdkModifier and TypeClassDescriptionclass
Pushed authorisation error response.class
Pushed authorisation success response.Methods in com.nimbusds.oauth2.sdk that return PushedAuthorizationResponseModifier and TypeMethodDescriptionstatic PushedAuthorizationResponse
PushedAuthorizationResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation response from the specified HTTP response.