Every application in the Developer Portal has application-specific keys to be used in your implementation. These keys can be found on the App Settings page in the Developer Portal.
See below for a list of each key and what it does:
Key | Description | Use |
clientId | Unique identifier for the application | Used when launching Human Connect and for the Application API (user management and batch queries) |
clientSecret | Unique token used to verify origin of token requests | Used when retrieving user access and public tokens. (This value should always remain securely on your server) |
App Key |
Unique identifier for the application to use for the Application API |
Unlike the clientId, which does not need to remain secure, the App Key should never be exposed the client. It is used when querying the Application API |
Comments
0 comments
Article is closed for comments.