Your IP : 216.73.216.84


Current Path : /home/helpink/www/libraries/vendor/web-auth/webauthn-lib/src/Counter/
Upload File :
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;
}