Обновление клиента (apps, 3rdparty, install)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Webauthn;
|
||||
|
||||
use Symfony\Component\HttpFoundation\Request;
|
||||
|
||||
interface FakeCredentialGenerator
|
||||
{
|
||||
/**
|
||||
* @return PublicKeyCredentialDescriptor[]
|
||||
*/
|
||||
public function generate(Request $request, string $username): array;
|
||||
}
|
||||
Reference in New Issue
Block a user