Uses of Class
com.nimbusds.oauth2.sdk.PushedAuthorizationSuccessResponse
Packages that use PushedAuthorizationSuccessResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
-
Uses of PushedAuthorizationSuccessResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return PushedAuthorizationSuccessResponseModifier and TypeMethodDescriptionPushedAuthorizationSuccessResponse.parse
(HTTPResponse httpResponse) Parses a pushed authorisation success response from the specified HTTP response.PushedAuthorizationSuccessResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses pushed authorisation success response from the specified JSON object.PushedAuthorizationResponse.toSuccessResponse()
Casts this response to a pushed authorisation success response.