Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 699 Bytes

JWTDecryptResult.md

File metadata and controls

27 lines (15 loc) · 699 Bytes

Interface: JWTDecryptResult<PayloadType>

Support from the community to continue maintaining and improving this module is welcome. If you find the module useful, please consider supporting the project by becoming a sponsor.

Type Parameters

Type Parameter Default type
PayloadType JWTPayload

Properties

payload

payload: PayloadType & JWTPayload

JWT Claims Set.


protectedHeader

protectedHeader: CompactJWEHeaderParameters

JWE Protected Header.