sessionFlow

val sessionFlow: StateFlow<Session?>

Reactive state for the currently active user session.

Observe this StateFlow to react to session changes such as sign-in, sign-out, or session refresh. Emits null when no session is active.