• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/liveidoauth.php
  • Класс: CSocServLiveIDOAuth
  • Вызов: CSocServLiveIDOAuth::getEntityOAuth
public function getEntityOAuth()
{
	if (!$this->entityOAuth)
	{
		$this->entityOAuth = new CLiveIDOAuthInterface();
	}

	return $this->entityOAuth;
}