コード例 #1
0
ファイル: Blacklist.php プロジェクト: w0rd-driven/jwt-auth
 /**
  * Remove all tokens from the blacklist.
  *
  * @return bool
  */
 public function clear()
 {
     $this->storage->flush();
     return true;
 }