OAuth Client Credentials
This configuration accepts four parameters;
- Client ID and Client Secret, these are the credentials for your authentication
- Scopes, which controls the access for your tokens
- The authorization url, which is used for the token requests
Initial configuration
After creating your webhook auth, you'll need to perform the initial token fetch using the Perform Authorization button on the overview screen.
Token refresh
Tokens are refreshed based on the expires_in field returned by your integration.
The implementation will check the token expiry on a regular basis and refresh as needed.