isLoggedIn method

bool isLoggedIn()

Implementation

bool isLoggedIn() {
  return this == LoginStatusEnum.ok;
}