The Auth Session object
An auth session 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 auth session.
The type of object. This value is always "auth_session"
.
"auth_session"
The date and time when this auth session record was created.
The ID of the end-user for whom to create an integration connection.
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 integration connection.
The date and time when this auth session expires. By default, this value is 30 minutes from creation. You can extend this time by setting linkExpiryMins
when creating the auth session.
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.