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 TypeClassDescriptionclassPushed authorisation error response.classPushed authorisation success response.Methods in com.nimbusds.oauth2.sdk that return PushedAuthorizationResponseModifier and TypeMethodDescriptionstatic PushedAuthorizationResponsePushedAuthorizationResponse.parse(HTTPResponse httpResponse) Parses a pushed authorisation response from the specified HTTP response.