| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk |
Classes for representing, serialising and parsing OAuth 2.0 client requests
and server responses.
|
| com.nimbusds.openid.connect.sdk |
Classes for representing, serialising and parsing OpenID Connect client
requests and server responses.
|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationCode |
AuthorizationSuccessResponse.getAuthorizationCode()
Gets the authorisation code.
|
AuthorizationCode |
AuthorizationCodeGrant.getAuthorizationCode()
Gets the authorisation code.
|
| Constructor and Description |
|---|
AuthorizationCodeGrant(AuthorizationCode code,
URL redirectURI)
Creates a new authorisation code grant.
|
AuthorizationCodeGrant(AuthorizationCode code,
URL redirectURI,
ClientID clientID)
Creates a new authorisation code grant.
|
AuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
AccessToken accessToken,
State state)
Creates a new authorisation success response.
|
AuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
State state)
Creates a new authorisation success response in the code flow
(authorisation code grant).
|
| Constructor and Description |
|---|
OIDCAuthorizationSuccessResponse(URL redirectURI,
AuthorizationCode code,
com.nimbusds.jwt.JWT idToken,
AccessToken accessToken,
State state)
Creates a new OpenID Connect authorisation success response.
|
| Modifier and Type | Method and Description |
|---|---|
static CodeHash |
CodeHash.compute(AuthorizationCode code,
com.nimbusds.jose.JWSAlgorithm alg)
Computes the hash for the specified authorisation code and reference
JSON Web Signature (JWS) algorithm.
|
Copyright © 2013 NimbusDS. All Rights Reserved.