addSigner

add signer

Overview

Parameters:

Return:

  • Signer - In case of success

  • Exception - In case of failure

To add a signer we will need:

  • set your apiToken;

  • set your document token;

  • build a new signer;

  • call the method;

How to use:

Save your apiToken:

const apiToken: string = "YOUR TOKEN";

Set the signer token:

Build your signer with the Signer class:

Call the addSigner method to get the Signer or an error message:

Example:

Last updated

Was this helpful?