Stream login flow events via SSE
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).
Documentation Index
Fetch the complete documentation index at: https://tbd-6fc993ce-hypeship-docs-chrome-policy-on-demand.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The auth connection ID to follow.
Response
SSE stream of auth connection state updates.
- Option 1
- Option 2
- Option 3
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; may also be present with AWAITING_EXTERNAL_ACTION as fallback actions).
MFA method options (present when flow_step=AWAITING_INPUT; may also be present with AWAITING_EXTERNAL_ACTION as fallback actions).
Non-MFA choices presented during the auth flow, such as account selection or org pickers (present when flow_step=AWAITING_INPUT; may also be present with AWAITING_EXTERNAL_ACTION as fallback actions).
SSO buttons available (present when flow_step=AWAITING_INPUT; may also be present with AWAITING_EXTERNAL_ACTION as fallback actions).
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).
Machine-readable error code (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.