Once you have configured your catalog and connectors, you'll want to retrieve access tokens for the various services you've connected in order to build your native functionality.
The approach that you use to retrieve access tokens will depend on whether you're using them in a backend, server environment which can keep secrets, or a front-end, client-side environment for a single user.
In any case, using the Xkit APIs and libraries you'll be able to:
- Find which users or groups have connected a given service
- Get the current status of those user's (or group's) connections
- Get a refreshed access token with the appropriate permissions.
Next Step
Determine which environment you need an access token in:
Updated 4 months ago