Package | Description |
---|---|
com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and authorisation server responses.
|
com.nimbusds.oauth2.sdk.token |
OAuth 2.0 access and refresh token implementations.
|
com.nimbusds.openid.connect.sdk.token |
OpenID Connect token extensions.
|
Modifier and Type | Method and Description |
---|---|
Tokens |
AccessTokenResponse.getTokens()
Returns the tokens.
|
Constructor and Description |
---|
AccessTokenResponse(Tokens tokens)
Creates a new access token response.
|
AccessTokenResponse(Tokens tokens,
Map<String,Object> customParams)
Creates a new access token response.
|
Modifier and Type | Method and Description |
---|---|
static Tokens |
Tokens.parse(net.minidev.json.JSONObject jsonObject)
Parses an access and optional refresh token from the specified JSON
object.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCTokens
ID token, access token and optional refresh token.
|
Copyright © 2016 Connect2id Ltd.. All Rights Reserved.