Outbound Apps with SDKs
You can use the Descope management SDK to fetch, delete, and manage Outbound App tokens. The management SDK requires a management key, which can be generated from the Company Settings page of the Descope console.
Install SDK
Import and initialize Management SDK
Fetch Outbound App Token
Fetch an access token for a specific outbound app and user. This is useful when you need to make API calls to third-party services on behalf of a user.
Fetch Outbound App Token by Scopes
Fetch an access token with specific scopes for a user.
Delete Outbound App Token by Token ID
This operation deletes a specific outbound app token by its token ID.
Delete All Outbound App Tokens for a User
This operation deletes all outbound app tokens for a given user and app.
Was this helpful?