Definition
getAppToken(clientId, clientSecret)
asyncGets an app access token with your client credentials.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
clientId | string | none | The client ID of your application. | |
clientSecret | string | none | The client secret of your application. |
Return type: AccessToken