An application in Developer Console is a container that holds users and their data and allows for custom configuration options. Above all, it is the main pipeline that you will integrate directly with your application.
Each application has a specific set of keys found on the application’s settings page that you’ll need for development, as described below:
- Client ID – Unique ID of the application container
- Client Secret – Secret value for the application container
Secure Values
Your Client Secret should be kept securely on your server. For developer support requests, please send along only your Client ID. We will never ask you to provide your Client Secret.
Now that you have access credentials through the Developer Console, everything is in place to start the integration.
An application is a logical collection of APIs. An application is primarily used to decouple the consumer from the API. It allows you to:
- Register End Users for your application
- Generate Access token for End Users
- Generate and use a single key for multiple APIs