/**
  * Clear identity and reset tokens
  */
 public function clearIdentity()
 {
     $this->authenticationService->clearIdentity();
 }