Laragear/WebAuthn

View on GitHub
src/Attestation/Validator/Pipes/RetrieveChallenge.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php

namespace Laragear\WebAuthn\Attestation\Validator\Pipes;

use Laragear\WebAuthn\SharedPipes\RetrieveChallenge as BaseRetrieveChallenge;

/**
 * @internal
 */
class RetrieveChallenge extends BaseRetrieveChallenge
{
    //
}