• Модуль: security
  • Путь к файлу: ~/bitrix/modules/security/lib/mfa/otp.php
  • Класс: BitrixSecurityMfaOtp
  • Вызов: Otp::setAttempts
protected function setAttempts($attemptsCount)
{
	$this->attempts = $attemptsCount;

	return $this;
}