pub fn use_authenticated_user() -> Memo<Option<AuthenticatedUser>>Expand description
Reactive memo for the authenticated user profile, if present.
This is the most ergonomic accessor for UI that only cares about the logged-in user details and not anonymous-state metadata.