Connections
A managed auth connection keeps a profile logged into a domain so future browsers reuse the authenticated session. See Managed auth for concepts and the programmatic flow for the SDK equivalent.kernel auth connections create
Create a managed auth connection for a profile and domain.
kernel auth connections list
List managed auth connections.
kernel auth connections get <id>
Get a managed auth connection by ID.
kernel auth connections login <id>
Start a login flow and return a hosted URL for authentication.
kernel auth connections submit <id>
Submit field values to an in-progress login flow. Poll the connection (or use follow) to track progress.