Interface: ModifyAssertionFunction()
August 29, 2025 ยท View on GitHub
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.
โธ ModifyAssertionFunction(header, payload): void
Parameters
| Parameter | Type | Description |
|---|---|---|
header | Record<string, JsonValue | undefined> | JWS Header to modify right before it is signed. |
payload | Record<string, JsonValue | undefined> | JWT Claims Set to modify right before it is signed. |
Returns
void