Laragear/WebAuthn

View on GitHub
src/Assertion/Validator/Pipes/CompileClientDataJson.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Laragear\WebAuthn\Assertion\Validator\Pipes;

use Laragear\WebAuthn\SharedPipes\CompileClientDataJson as BaseCompileClientDataJson;

/**
 * @internal
 */
class CompileClientDataJson extends BaseCompileClientDataJson
{
    //
}