Contains the app_id
and app_token
to authenticate client-side requests.
Name | Type | Description | Notes |
---|---|---|---|
app_id | str | Application ID to be used as `X-App-Id` header in every HTTP request. | [optional] |
app_token | str | Application token to be used as `X-App-Token` header in every HTTP request. The application token (secret key) for the client-side authentication is visible in the Project Settings for 14 days when it is first generated in a newly-created project. Write your application token down and keep it in a safe place. | [optional] |