• Модуль: biconnector
  • Путь к файлу: ~/bitrix/modules/biconnector/lib/controller/key.php
  • Класс: BitrixBIConnectorControllerKey
  • Вызов: Key::getDefaultPreFilters
public function getDefaultPreFilters()
{
	return [
		new ActionFilterAuthentication(),
		new ActionFilterScope(ActionFilterScope::REST),
		new AuthType(AuthType::APPLICATION),
	];
}