Interface: JWTVerifyResult\

September 11, 2026 ยท View on GitHub

๐Ÿ’— Help the project

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.

Signed or MACed JSON Web Token (JWT) verification result.

Type Parameters

Type ParameterDefault typeDescription
PayloadTypeJWTPayloadType definition of the JWT Claims Set the token is expected to carry.

Properties

payload

โ€ข payload: PayloadType & JWTPayload

JWT Claims Set.


protectedHeader

โ€ข protectedHeader: JWTHeaderParameters

JWS Protected Header.