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 TypeClassDescriptionclassAccess token response from the Token endpoint.classOAuth 2.0 Token error response.Methods in com.nimbusds.oauth2.sdk that return TokenResponseModifier and TypeMethodDescriptionstatic TokenResponseTokenResponse.parse(HTTPResponse httpResponse) Parses a token response from the specified HTTP response.static TokenResponseTokenResponse.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 TypeClassDescriptionclassOpenID Connect token response from the Token endpoint.Methods in com.nimbusds.openid.connect.sdk that return TokenResponseModifier and TypeMethodDescriptionstatic TokenResponseOIDCTokenResponseParser.parse(HTTPResponse httpResponse) Parses an OpenID Connect token response or token error response from the specified HTTP response.static TokenResponseOIDCTokenResponseParser.parse(net.minidev.json.JSONObject jsonObject) Parses an OpenID Connect token response or token error response from the specified JSON object.