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