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

	return $this->entityOAuth;
}