| Package | Description |
|---|---|
| com.nimbusds.openid.connect.sdk.claims |
Claims and claim sets used in OpenID Connect.
|
| com.nimbusds.openid.connect.sdk.validators |
Client-side OpenID Connect ID token, access token and authorisation code
validators.
|
| Modifier and Type | Method and Description |
|---|---|
static AccessTokenHash |
AccessTokenHash.compute(AccessToken accessToken,
com.nimbusds.jose.JWSAlgorithm alg)
Computes the hash for the specified access token and reference JSON
Web Signature (JWS) algorithm.
|
AccessTokenHash |
IDTokenClaimsSet.getAccessTokenHash()
Gets the access token hash.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IDTokenClaimsSet.setAccessTokenHash(AccessTokenHash atHash)
Sets the access token hash.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
AccessTokenValidator.validate(AccessToken accessToken,
com.nimbusds.jose.JWSAlgorithm jwsAlgorithm,
AccessTokenHash accessTokenHash)
Validates the specified access token.
|
Copyright © 2017 Connect2id Ltd.. All rights reserved.