Interface | Description |
---|---|
Algorithm |
The interface for each possible algorithm that can be used to sign and/or encrypt a JWT.
|
Jwt |
The interface for all types of JSON Web Tokens (JWTs).
|
Payload |
The interface represents the body of a JWT.
|
Class | Description |
---|---|
JWObject |
A base implementation class for a JSON Web object.
|
JwtClaimsSet |
An implementation that holds a JWT's Claims Set.
|
JwtHeader |
A base implementation class for JWT Headers.
|
Enum | Description |
---|---|
JwtClaimsSetKey |
An Enum for the JWT Claims Set names.
|
JwtHeaderKey |
An Enum for the JWT Header parameter names.
|
JwtType |
An Enum for the possible types of JWTs.
|
Copyright 2010-2022 ForgeRock AS.