authenticatorData : $authenticatorResponse->attestationObject->authData; $storedCounter = $publicKeyCredentialSource->counter; $responseCounter = $authData->signCount; if ($responseCounter !== 0 || $storedCounter !== 0) { $this->counterChecker->check($publicKeyCredentialSource, $responseCounter); } $publicKeyCredentialSource->counter = $responseCounter; } }