Total Complexity | 2 |
Total Lines | 10 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | final class NoneAttestationStatementSupport implements AttestationStatementSupport |
||
20 | { |
||
21 | public function name(): string |
||
24 | } |
||
25 | |||
26 | public function isValid(AttestationStatement $attestationStatement, AuthenticatorData $authenticatorData, CollectedClientData $collectedClientData): bool |
||
31 |