Skip to main content

How Get Credentials

trust-service.json file#

All our services are protected by access tokens, which is why in order to generate a trust id or an notification it is necessary to add a .json file called trust-service inside the assets folder of your android studio project. In order to obtain this file it is necessary to send the following data of your application: bundle_id, app_name and redirect_uri (ex: bundle_id: //auth.id) these data must be sent to app@trust.lat

the structure of the trust-service.json file should be as follows

{
"client_id": "your_client_id",
"client_secret": "yout_client_secret"
}
Last updated on by joaquin philippi