authenticatorData : $authenticatorResponse->attestationObject->authData; if ($authData->isBackupEligible()) { return; } $authData->isBackedUp() !== true || throw AuthenticatorResponseVerificationException::create( 'Backup up bit is set but the backup is not eligible.' ); } }