f7cloud_client/3rdparty/web-auth/webauthn-lib/src/Event/WebauthnEvent.php

10 lines
88 B
PHP

<?php
declare(strict_types=1);
namespace Webauthn\Event;
interface WebauthnEvent
{
}