Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 884 Bytes

ManagementProjectsCreateResponseBodyClientSideKey.md

File metadata and controls

14 lines (8 loc) · 884 Bytes

ManagementProjectsCreateResponseBodyClientSideKey

Contains the app_id and app_token to authenticate client-side requests.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]