Interface | Description |
---|---|
ClaimsAudienceProvider |
Identifies the recipients that the JWT is intended for.
|
ClaimsGenerator | |
JwtClaims | |
JwtIdGenerator |
Generates the "jti" (JWT ID) claim, which provides a unique identifier for the JWT.
|
Class | Description |
---|---|
JwtClaimsSetAdapter |
Adapts from
JWTClaimsSet to JwtClaims . |
JWTClaimsSetGenerator |