Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 949 Bytes

ModifyAssertionFunction.md

File metadata and controls

20 lines (12 loc) · 949 Bytes

Interface: ModifyAssertionFunction()

💗 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

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.

Returns

void