Variable AuthdUser.loggedIn

Indicates the auth'd status of the current user

struct AuthdUser
{
  // ...
  bool loggedIn ;
  // ...
}