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.
Result of decoding an Unsecured JWT.
| Type Parameter | Default type | Description |
|---|---|---|
PayloadType |
JWTPayload |
Type definition of the JWT Claims Set the token is expected to carry. |
• header: JWSHeaderParameters
The decoded JOSE Header; always { "alg": "none" } for an Unsecured JWT.
• payload: PayloadType & JWTPayload
JWT Claims Set.