• Модуль: seo
  • Путь к файлу: ~/bitrix/modules/seo/lib/checkout/authadapter.php
  • Класс: Bitrix\Seo\Checkout\AuthAdapter
  • Вызов: AuthAdapter::removeAuth
public function removeAuth()
{
	$this->data = array();

	if ($existedAuthData = $this->getAuthData(false))
	{
		SeoService::clearAuth($this->getEngineCode());
	}
}