Type Alias AuthStatus

AuthStatus: "unknown" | "signed-in" | "signed-out"

Login / account state of the immediately.run user, mirrored from the host window into the sandbox.

status is 'unknown' until the host has reported a value (use it to distinguish "still loading" from a confirmed signed-out session).