The properties of the token.
The type of the token's data.
The type of the arguments needed to create the token.
The type of the arguments needed to test the token.
Creates a new JsonWebTokenManager.
The secret used to sign the token. Must be the same for all instances of the same type and must be kept secret.
The properties of the token.
0.1.0
Private Readonly propertiesThe properties of the token.
Private Readonly secretThe secret used to sign the token. Must be the same for all instances of the same type and must be kept secret.
Generated using TypeDoc
Manages the creation and verification of json web tokens.
Since
0.1.0