@acceleratxr/core_sdk / JWTUtilsPayloadOptions
Interface: JWTUtilsPayloadOptions#
Describes the configuration options to be used with the JWTUtilsConfig.payload property.
author Jean-Philippe Steinmetz info@acceleratxr.com
Hierarchy#
JWTUtilsPayloadOptions
Index#
Properties#
Properties#
compress#
• compress: boolean
Defined in src/utils/JWTUtils.ts:72
Set to true to enable payload compression, otherwise set to false.
encrypt#
• encrypt: boolean
Defined in src/utils/JWTUtils.ts:77
Set to true to indicate that the JWT token payload is encrypted, otherwise set to false.