__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
declare(strict_types=1);
namespace Webauthn\MetadataService\Service;
use Webauthn\MetadataService\Statement\MetadataStatement;
interface MetadataService
{
/**
* @return string[] The list of AAGUID supported by the service
*/
public function list(): iterable;
public function has(string $aaguid): bool;
public function get(string $aaguid): MetadataStatement;
}
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| ChainedMetadataServices.php | File | 1.49 KB | 0664 |
|
| DistantResourceMetadataService.php | File | 4.16 KB | 0664 |
|
| FidoAllianceCompliantMetadataService.php | File | 7.8 KB | 0664 |
|
| FolderResourceMetadataService.php | File | 1.86 KB | 0664 |
|
| InMemoryMetadataService.php | File | 2.03 KB | 0664 |
|
| LocalResourceMetadataService.php | File | 2.76 KB | 0664 |
|
| MetadataBLOBPayload.php | File | 3.26 KB | 0664 |
|
| MetadataBLOBPayloadEntry.php | File | 6.33 KB | 0664 |
|
| MetadataService.php | File | 398 B | 0664 |
|
| StringMetadataService.php | File | 2.04 KB | 0664 |
|