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 Parameter | Default type | Description |
|---|---|---|
PayloadType | JWTPayload | Type 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.