Uses of Class
com.nimbusds.oauth2.sdk.AccessTokenResponse
-
Packages that use AccessTokenResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing OAuth 2.0 client requests and authorisation server responses.com.nimbusds.openid.connect.sdk Classes for representing, serialising and parsing OpenID Connect client requests and server responses. -
-
Uses of AccessTokenResponse in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return AccessTokenResponse Modifier and Type Method Description static AccessTokenResponseAccessTokenResponse. parse(HTTPResponse httpResponse)Parses an access token response from the specified HTTP response.static AccessTokenResponseAccessTokenResponse. parse(net.minidev.json.JSONObject jsonObject)Parses an access token response from the specified JSON object.AccessTokenResponseTokenResponse. 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.sdk Modifier and Type Class Description classOIDCTokenResponseOpenID Connect token response from the Token endpoint.
-