Total Complexity | 3 |
Total Lines | 20 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
19 | class AttestationStatementSupportManager |
||
20 | { |
||
21 | /** |
||
22 | * @var AttestationStatementSupport[] |
||
23 | */ |
||
24 | private $attestationStatementSupports = []; |
||
25 | |||
26 | public function add(AttestationStatementSupport $attestationStatementSupport) |
||
29 | } |
||
30 | |||
31 | public function isValid(AttestationStatement $attestationStatement, AuthenticatorData $authenticatorData, CollectedClientData $collectedClientData): bool |
||
41 |