Uses of Class
com.nimbusds.oauth2.sdk.TokenResponse
-
Packages that use TokenResponse Package Description com.nimbusds.oauth2.sdk Classes for representing, serialising and parsing core OAuth 2.0 concepts.com.nimbusds.openid.connect.sdk 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.sdk Modifier and Type Class Description classAccessTokenResponseAccess token response from the Token endpoint.classTokenErrorResponseOAuth 2.0 Token error response.Methods in com.nimbusds.oauth2.sdk that return TokenResponse Modifier and Type Method Description static 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.sdk Modifier and Type Class Description classOIDCTokenResponseOpenID Connect token response from the Token endpoint.Methods in com.nimbusds.openid.connect.sdk that return TokenResponse Modifier and Type Method Description static 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.
-