This is an enterprise-only feature. Please contact us to enable.
1. Link to the connect page
Open Connections in the user’s browser (or a web view) with aredirect_uri you control, and an optional nonce.
link to open
2. Receive the result
After a successful connection, Connections redirects the browser to yourredirect_uri with the result appended as query parameters.
redirect we send
3. Read it on your callback
On yourredirect_uri, read the parameters off the URL.
callback.ts