Exemplo n.º 1
0
 /**
  * @param string $name
  *
  * @return string
  *
  * @throws \RuntimeException
  */
 public function getLoginUrl($name)
 {
     return $this->oauthUtils->getLoginUrl($this->request, $name);
 }
Exemplo n.º 2
0
 /**
  * @param string $name
  *
  * @return string
  *
  * @throws \RuntimeException
  */
 public function getLoginUrl($name)
 {
     return $this->oauthUtils->getLoginUrl($this->requestStack->getCurrentRequest(), $name);
 }