JWTOptions
Options related to creation of new tokens.
If any expiresInMinutes, audience, subject, issuer are not provided, there is no default.
The jwt generated won't include those properties in the payload.
Generated JWTs will include an iat claim by default unless noTimestamp is specified.
Name |
Type |
Description |
|
The algorithm to use, it should be one of the alias [HS256, HS384, HS512, RS256, RS384, RS512, ES256, ES384, ES512] |
|
|
The target audience of this token |
|
|
The target audience of this token |
|
|
The expiration time for the token in minutes |
|
|
The expiration time for the token in seconds |
|
|
- |
|
|
- |
|
|
The issuer of this token |
|
|
Disable the generation of issued at claim |
|
|
The permissions of this token. |
|
|
The subject of this token |