Example #1
0
 /**
  * @return $this
  */
 public function destroySession()
 {
     $this->sessionStorage->clearToken($this->getServiceName());
     $this->sessionStorage->clearAuthorizationState($this->getServiceName());
     return $this;
 }