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.
|
Modifier and Type | Method and Description |
---|---|
static AccessTokenResponse |
AccessTokenResponse.parse(HTTPResponse httpResponse)
Parses an access token response from the specified HTTP response.
|
static AccessTokenResponse |
AccessTokenResponse.parse(net.minidev.json.JSONObject jsonObject)
Parses an access token response from the specified JSON object.
|
Modifier and Type | Class and Description |
---|---|
class |
OIDCTokenResponse
OpenID Connect token response from the Token endpoint.
|
Copyright © 2015 Connect2id Ltd.. All Rights Reserved.