66 if (!$this->engine || !Loader::includeModule(
'socialservices'))
71 if ($this->authInterface ===
null)
73 $this->authInterface =
74 new \CBitrixSeoOAuthInterface($this->engine[
'CLIENT_ID'], $this->engine[
'CLIENT_SECRET']);
76 $this->authInterface->setProxyUrl($this->
getAuthSettings()[
'PROXY_URL'] ??
'');
79 return $this->authInterface;