Package | Description |
---|---|
io.jsonwebtoken |
Modifier and Type | Interface and Description |
---|---|
interface |
ClaimsMutator<T extends ClaimsMutator<T>>
Mutation (modifications) to a
Claims instance. |
Modifier and Type | Interface and Description |
---|---|
interface |
ClaimsBuilder
|
interface |
JwtBuilder
A builder for constructing Unprotected JWTs, Signed JWTs (aka 'JWS's) and Encrypted JWTs (aka 'JWE's).
|
static interface |
JwtBuilder.BuilderClaims
Claims for use with a
JwtBuilder that supports method chaining for standard JWT Claims parameters. |
Copyright © 2014–2025 jsonwebtoken.io. All rights reserved.