| Package | Description |
|---|---|
| com.nimbusds.oauth2.sdk.auth |
Implementations of OAuth 2.0 client authentication methods at the Token
endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
JWTID |
JWTAuthenticationClaimsSet.getJWTID()
Gets the identifier for the JWT.
|
| Constructor and Description |
|---|
JWTAuthenticationClaimsSet(ClientID clientID,
Audience aud,
java.util.Date exp,
java.util.Date nbf,
java.util.Date iat,
JWTID jti)
Creates a new JWT client authentication claims set.
|
Copyright © 2014 Connect2id Ltd.. All Rights Reserved.