Uses of Class
com.nimbusds.oauth2.sdk.RequestObjectPOSTResponse
-
Packages that use RequestObjectPOSTResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses. -
-
Uses of RequestObjectPOSTResponse in com.nimbusds.oauth2.sdk
Subclasses of RequestObjectPOSTResponse in com.nimbusds.oauth2.sdk Modifier and Type Class Description classRequestObjectPOSTErrorResponseDeprecated.classRequestObjectPOSTSuccessResponseDeprecated.Methods in com.nimbusds.oauth2.sdk that return RequestObjectPOSTResponse Modifier and Type Method Description static RequestObjectPOSTResponseRequestObjectPOSTResponse. parse(HTTPResponse httpResponse)Deprecated.Parses a request object POST response from the specified HTTP response.
-