sessionFlow

val sessionFlow: StateFlow<Session?>

Reactive state for the current user session.

Observe this StateFlow to react to session changes such as sign-in, sign-out, or session refresh. Emits null when no session exists. Note that the session may have any status (active, pending, etc.) - use Session.status to check the current state.