clear method

void clear()

Implementation

void clear() {
  _userId = null;
  _lastLogin = null;
  _authToken = null;
  _authenticated = false;
}