Interface: JWTUtilsConfig

@acceleratxr/core_sdk / JWTUtilsConfig

Interface: JWTUtilsConfig#

Describes the configuration options to be used with JWTUtils functions.

author Jean-Philippe Steinmetz info@acceleratxr.com

Hierarchy#

  • JWTUtilsConfig

Index#

Properties#

Properties#

options#

Optional options: SignOptions | VerifyOptions

Defined in src/utils/JWTUtils.ts:135

The options to use when performing JWT signing or verification.


password#

password: string

Defined in src/utils/JWTUtils.ts:130

The password to use for signing and verifying JWT tokens.


payload#

Optional payload: JWTUtilsPayloadOptions | JWTUtilsPayloadKeyOptions | JWTUtilsPayloadPasswordOptions

Defined in src/utils/JWTUtils.ts:140

The options that determine how JWT token payloads will be handled.