Laragear/WebAuthn

View on GitHub
src/Attestation/Formats/None.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Laragear\WebAuthn\Attestation\Formats;

/**
 * @internal
 */
class None extends Format
{

}