isAuthenticated method

bool isAuthenticated()

Implementation

bool isAuthenticated() {
  return _isAuthenticated;
}