• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth/office365.php
  • Класс: BitrixMailHelperOAuthOffice365Interface
  • Вызов: Office365Interface::refreshToGraphAccessToken
private function refreshToGraphAccessToken(): void
	{
		$this->refreshWithScopes($this->getGraphScopes());
	}