# getMyAuthenticatorToken

```javascript
const transactionResult= await Tools.getMyAuthenticatorToken();
```

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

**Response:**

{% code overflow="wrap" %}

```
{"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!"}
```

{% endcode %}
