Class JwtClaimsSet

java.lang.Object
org.springframework.security.oauth2.jwt.JwtClaimsSet
All Implemented Interfaces:
ClaimAccessor, JwtClaimAccessor

public final class JwtClaimsSet extends Object implements JwtClaimAccessor
The JWT Claims Set is a JSON object representing the claims conveyed by a JSON Web Token.
Since:
5.6
See Also: