public function isValid(AttestationStatement $attestationStatement, AuthenticatorData $authenticatorData, CollectedClientData $collectedClientData): bool
32
{
33
$fmt = $attestationStatement->getFmt();
34
if (!array_key_exists($fmt, $this->attestationStatementSupports)) {
35
throw new \InvalidArgumentException(sprintf('The attestation format "%s" is not supported.', $fmt));