🔓verifyAuthenticator

Allow to generate a new secret token each wallet.

const transactionResult= await Tools.verifyAuthenticator(<token:string>);

This code checks secret code and token which taken from mobile phone authenticator. If its verified then system will give you Boolean value (true /false).

Response:

true / false

Last updated