{
"id": "auth_sess_1234567abcdefg",
"objectType": "auth_session",
"createdAt": "2021-01-01T12:34:56.789Z",
"endUserId": "end_usr_1234567abcdefg",
"clientSecret": "auth_sess_client_secret_1234567abcdefg",
"authFlowUrl": "https://connect.conductor.is/qbd/auth_sess_client_secret_1234567abcdefg?key={{YOUR_PUBLISHABLE_KEY}}",
"expiresAt": "2021-01-01T12:34:56.789Z",
"redirectUrl": "https://myapp.com/auth/callback"
}
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 schema is of type object
.