• Модуль: socialservices
  • Путь к файлу: ~/bitrix/modules/socialservices/classes/general/google.php
  • Класс: CGoogleOAuthInterface
  • Вызов: CGoogleOAuthInterface::saveScope
protected function saveScope()
{
	$scope = array_unique(array_diff($this->scope, $this->standardScope));
	BitrixMainConfigOption::set('socialservices', 'saved_scope_'.static::SERVICE_ID, serialize($scope));
}