Uses of Class
com.nimbusds.oauth2.sdk.AccessTokenResponse
Packages that use AccessTokenResponse
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
Classes for representing, serialising and parsing core OpenID Connect
concepts.
-
Uses of AccessTokenResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return AccessTokenResponseModifier and TypeMethodDescriptionstatic AccessTokenResponse
AccessTokenResponse.parse
(HTTPResponse httpResponse) Parses an access token response from the specified HTTP response.static AccessTokenResponse
AccessTokenResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses an access token response from the specified JSON object.TokenResponse.toSuccessResponse()
Casts this response to an access token response. -
Uses of AccessTokenResponse in com.nimbusds.openid.connect.sdk
Subclasses of AccessTokenResponse in com.nimbusds.openid.connect.sdkModifier and TypeClassDescriptionclass
OpenID Connect token response from the Token endpoint.