detailSigner
Detail the signer
Overview
Parameters:
String - signer token
Retorno:
Signer - In case of success
Exception - In case of failure
To get the signer we will need:
set your apiToken;
set the signer token;
call the method;
How to use:
Save your apiToken:
const apiToken: string = "YOUR TOKEN";Set the signer token:
const signerToken: string = "SIGNER TOKEN";Finally, call the detailSigner method to get the Signer or an error message:
Example:
Last updated
Was this helpful?