Managed Auth
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).
get/auth/connections/{id}/events
Path parameters
idstring required
The auth connection ID to follow.
Response
SSE stream of auth connection state updates.