🔓getMyAuthenticatorToken

Allow to generate a new secret token each wallet.

const transactionResult= await Tools.getMyAuthenticatorToken();

This code gives relevant wallet secret token to use at the mobile application.

Response:

{"error":0,"mySecretToken":"HI3HQYTJLZWQYVC5IVKCIY2GN5SECPZ6","message":"Please keep it  in safe this secret Token and define your phone Authenticator Application and you cannot reach out this  secret token after 30 minutes!"}

Last updated