Property map for a JWT containing Expiration date.
The type of the arguments needed to test the token.
The type of the arguments needed to create the token.
The type of the token's data.
0.1.0
Checks if the token is valid.
The JWT to check.
true if the token is valid, false otherwise.
Transforms the JWT by adding an expiration date.
The JWT to transform.
The arguments needed to transform the JWT.
The transformed JWT.
Generated using TypeDoc
Property map for a JWT containing Expiration date.
Type Param
The type of the arguments needed to test the token.
Type Param
The type of the arguments needed to create the token.
Type Param
The type of the token's data.
Since
0.1.0