Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 749 Bytes

JWTDecryptResult.md

File metadata and controls

29 lines (16 loc) · 749 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.

Encrypted JSON Web Token (JWT) decryption result

Type Parameters

Type Parameter Default type
PayloadType JWTPayload

Properties

payload

payload: PayloadType & JWTPayload

JWT Claims Set.


protectedHeader

protectedHeader: CompactJWEHeaderParameters

JWE Protected Header.