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
Parameter | Type | Description |
---|---|---|
header |
Record <string , undefined | JsonValue > |
JWS Header to modify right before it is signed. |
payload |
Record <string , undefined | JsonValue > |
JWT Claims Set to modify right before it is signed. |
void