Interface: JWTUtilsConfig
Defined in: core/src/JWTUtils.ts:129
Describes the configuration options to be used with JWTUtils functions.
Properties
options?
optionaloptions?:VerifyOptions
Defined in: core/src/JWTUtils.ts:138
The options to use when performing JWT signing or verification.
payload?
optionalpayload?:JWTUtilsPayloadOptions|JWTUtilsPayloadPasswordOptions|JWTUtilsPayloadKeyOptions
Defined in: core/src/JWTUtils.ts:143
The options that determine how JWT token payloads will be handled.
secret
secret:
Secret
Defined in: core/src/JWTUtils.ts:133
The secret to use for signing and verifying JWT tokens.