| Current Path : /home/helpink/www/libraries/vendor/web-auth/webauthn-lib/src/Counter/ |
| Current File : /home/helpink/www/libraries/vendor/web-auth/webauthn-lib/src/Counter/CounterChecker.php |
<?php
declare(strict_types=1);
namespace Webauthn\Counter;
use Webauthn\PublicKeyCredentialSource;
interface CounterChecker
{
public function check(PublicKeyCredentialSource $publicKeyCredentialSource, int $currentCounter): void;
}