JWTAuthOptions
Name |
Type |
Description |
|
Set the audience list |
|
|
Set the audience list |
|
|
Set whether expiration is ignored |
|
|
Set the issuer |
|
- |
||
|
Set the leeway in seconds |
|
|
- |
|
|
- |
|
|
- |
JWTKeyStoreOptions
JWTOptions
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 |