You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public function __construct(StorageInterface $storage, int $gracePeriod, int $refreshTtl)
{
$this->storage = $storage;
$this->gracePeriod = $gracePeriod;
$this->refreshTtl = $refreshTtl;
}
The text was updated successfully, but these errors were encountered:
HyperfExt\Jwt\Blacklist
这个类初始化 第三个参数只能为int
The text was updated successfully, but these errors were encountered: