src/Assertion/Validator/Pipes/CompileClientDataJson.php
<?php
namespace Laragear\WebAuthn\Assertion\Validator\Pipes;
use Laragear\WebAuthn\SharedPipes\CompileClientDataJson as BaseCompileClientDataJson;
/**
* @internal
*/
class CompileClientDataJson extends BaseCompileClientDataJson
{
//
}