Example #1
0
 /**
  * Logout the current user.
  * 
  * @return void
  */
 public function logout()
 {
     $this->client->revokeToken();
     $this->destroy();
 }