Establishes a Server-Sent Events (SSE) stream that delivers real-time login flow state updates. The stream terminates automatically once the flow reaches a terminal state (SUCCESS, FAILED, EXPIRED, CANCELED).
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The auth connection ID to follow.
SSE stream of auth connection state updates.
Union type representing any managed auth event.
Event type identifier (always "managed_auth_state").
"managed_auth_state"Time the state was reported.
Current flow status.
IN_PROGRESS, SUCCESS, FAILED, EXPIRED, CANCELED Current step in the flow.
DISCOVERING, AWAITING_INPUT, AWAITING_EXTERNAL_ACTION, SUBMITTING, COMPLETED Type of the current flow.
LOGIN, REAUTH Fields awaiting input (present when flow_step=AWAITING_INPUT).
MFA method options (present when flow_step=AWAITING_INPUT and MFA selection required).
SSO buttons available (present when flow_step=AWAITING_INPUT).
Instructions for external action (present when flow_step=AWAITING_EXTERNAL_ACTION).
Visible error message from the website (e.g., 'Incorrect password'). Present when the website displays an error during login.
Error message (present when flow_status=FAILED).
URL where the browser landed after successful login.
Browser live view URL for debugging.
URL to redirect user to for hosted login.