• Модуль: rest
  • Путь к файлу: ~/bitrix/modules/rest/lib/oauth/auth.php
  • Класс: BitrixRestOAuthAuth
  • Вызов: Auth::get
static function get($clientId, $scope, $additionalParams, $userId)
{
	return Application::getAuthProvider()->get($clientId, $scope, $additionalParams, $userId);
}