23 $cache = Application::getInstance()->getManagedCache();
26 if ($cache->read(static::PROFILE_INFO_CACHE_TTL, $cacheId))
28 $profile = $cache->get($cacheId);
33 $cache->set($cacheId, $profile);
39 $authProvider->setService($this->service);
40 $profile[
'CLIENT_ID'] = $authProvider->getClientId();