Uses of Class
com.nimbusds.oauth2.sdk.TokenResponse
Packages that use TokenResponse
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 TokenResponse in com.nimbusds.oauth2.sdk
Subclasses of TokenResponse in com.nimbusds.oauth2.sdkModifier and TypeClassDescriptionclass
Access token response from the Token endpoint.class
OAuth 2.0 Token error response.Methods in com.nimbusds.oauth2.sdk that return TokenResponseModifier and TypeMethodDescriptionstatic TokenResponse
TokenResponse.parse
(HTTPResponse httpResponse) Parses a token response from the specified HTTP response.static TokenResponse
TokenResponse.parse
(net.minidev.json.JSONObject jsonObject) Parses a token response from the specified JSON object. -
Uses of TokenResponse in com.nimbusds.openid.connect.sdk
Subclasses of TokenResponse in com.nimbusds.openid.connect.sdkModifier and TypeClassDescriptionclass
OpenID Connect token response from the Token endpoint.Methods in com.nimbusds.openid.connect.sdk that return TokenResponseModifier and TypeMethodDescriptionstatic TokenResponse
OIDCTokenResponseParser.parse
(HTTPResponse httpResponse) Parses an OpenID Connect token response or token error response from the specified HTTP response.static TokenResponse
OIDCTokenResponseParser.parse
(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect token response or token error response from the specified JSON object.