The AuthSession object
An AuthSession is the secure way to programmatically launch the client-side Conductor authentication flow that lets your users connect their accounts to your integration.
The unique identifier for this AuthSession.
The type of object. This value is always "auth_session"
.
"auth_session"
The date and time when this AuthSession was created.
The ID of the EndUser for whom to create an IntegrationConnection.
The secret used in authFlowUrl
to securely access the authentication flow.
The URL of the authentication flow that you will pass to your client for your user to set up their IntegrationConnection.
The date and time when this AuthSession expires. By default, this value is 30 minutes from creation. You can extend this time by setting linkExpiryMins
when creating the AuthSession.
The URL to which Conductor will redirect your user to return to your app after they complete the authentication flow. If null
, their browser tab will close instead.