• Модуль: mail
  • Путь к файлу: ~/bitrix/modules/mail/lib/helper/oauth/office365.php
  • Класс: BitrixMailHelperOAuthOffice365Interface
  • Вызов: Office365Interface::getGraphScopes
public function getGraphScopes(): array
	{
		return [
			'User.read',
			'offline_access',
			'IMAP.AccessAsUser.All',
			'SMTP.Send',
		];
	}