• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/office365.php
  • Класс: COffice365OAuthInterface
  • Вызов: COffice365OAuthInterface::getScopeEncode
public function getScopeEncode(): string
{
	$scopesAsString = implode(' ', array_unique($this->getScope()));

	return rawurlencode($scopesAsString);
}