Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 855 Bytes

types.JWTDecryptResult.md

File metadata and controls

36 lines (20 loc) · 855 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

Name Type
PayloadType JWTPayload

Table of contents

Properties

Properties

payload

payload: PayloadType & JWTPayload

JWT Claims Set.


protectedHeader

protectedHeader: CompactJWEHeaderParameters

JWE Protected Header.