Exemplo n.º 1
0
 /**
  * Set auth url
  *
  * @param string $key
  * @param string $url
  * @return $this
  */
 protected function _setAuthUrl($key, $url)
 {
     $url = $this->_coreUrl->removeRequestParam($url, $this->sidResolver->getSessionIdQueryParam($this));
     // Add correct session ID to URL if needed
     $url = $this->_createUrl()->getRebuiltUrl($url);
     return $this->storage->setData($key, $url);
 }