Interface: JWTUtilsPayloadOptions
Defined in: core/src/JWTUtils.ts:65
Describes the configuration options to be used with the JWTUtilsConfig.payload property.
Extended by
Properties
compress?
optionalcompress?:ZLIB
Defined in: core/src/JWTUtils.ts:69
Set the method to use for compressing the payload profile, otherwise set to null for no compression.
encrypt?
optionalencrypt?:boolean
Defined in: core/src/JWTUtils.ts:74
Set to true to indicate that the JWT token payload is encrypted, otherwise set to false.