first commit
This commit is contained in:
15
libraries/vendor/web-auth/metadata-service/src/StatusReportRepository.php
vendored
Normal file
15
libraries/vendor/web-auth/metadata-service/src/StatusReportRepository.php
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Webauthn\MetadataService;
|
||||
|
||||
use Webauthn\MetadataService\Statement\StatusReport;
|
||||
|
||||
interface StatusReportRepository
|
||||
{
|
||||
/**
|
||||
* @return StatusReport[]
|
||||
*/
|
||||
public function findStatusReportsByAAGUID(string $aaguid): array;
|
||||
}
|
||||
Reference in New Issue
Block a user