> For the complete documentation index, see [llms.txt](https://smartscenarios.pirichain.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://smartscenarios.pirichain.com/psce-functions/getmyauthenticatortoken.md).

# 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 %}
