Interface: ModifyAssertionFunction()

August 29, 2025 ยท 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.


โ–ธ ModifyAssertionFunction(header, payload): void

Parameters

ParameterTypeDescription
headerRecord<string, JsonValue | undefined>JWS Header to modify right before it is signed.
payloadRecord<string, JsonValue | undefined>JWT Claims Set to modify right before it is signed.

Returns

void