Example #1
0
 /**
  * Save token.
  *
  * @return void
  */
 public function save()
 {
     $this->storage->save($this->id, $this->token, $this->timestamp);
 }