Uses of Class
com.nimbusds.oauth2.sdk.PushedAuthorizationResponse
-
Packages that use PushedAuthorizationResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of PushedAuthorizationResponse in com.nimbusds.oauth2.sdk
Subclasses of PushedAuthorizationResponse in com.nimbusds.oauth2.sdk Modifier and Type Class Description classPushedAuthorizationErrorResponsePushed authorisation error response.classPushedAuthorizationSuccessResponsePushed authorisation success response.Methods in com.nimbusds.oauth2.sdk that return PushedAuthorizationResponse Modifier and Type Method Description static PushedAuthorizationResponsePushedAuthorizationResponse. parse(HTTPResponse httpResponse)Parses a pushed authorisation response from the specified HTTP response.
-