Ejemplo n.º 1
0
 /**
  * Clear all data from the persistent storage
  *
  * @return void
  */
 protected function clearAllPersistentData()
 {
     $this->access_token_data->clearLongAccessToken();
 }