Connections
A Managed Auth connection saves a domain’s authentication state to a profile so future browsers can reuse it. Eligible credential-based flows can reauthenticate automatically. 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. Use kernel auth connections follow <id> to stream progress.