Home
last modified time | relevance | path

Searched refs:negotiator (Results 1 – 5 of 5) sorted by path

/plugin/diagramsnet/lib/
H A Dyarn.lock68 negotiator "0.6.2"
654 negotiator@0.6.2:
656 …resolved "https://registry.yarnpkg.com/negotiator/-/negotiator-0.6.2.tgz#feacf7ccf525a77ae9634436a…
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php617 $this->negotiator = Auth_OpenID_getDefaultNegotiator();
1492 } else if (!$this->negotiator->isAllowed($assoc_type,
1506 list($assoc_type, $session_type) = $this->negotiator->getAllowedType();
H A DServer.php1689 $this->negotiator = Auth_OpenID_getDefaultNegotiator();
1727 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
1735 $this->negotiator->getAllowedType();
/plugin/openid/Auth/OpenID/
H A DConsumer.php616 public $negotiator; variable in Auth_OpenID_GenericConsumer
634 $this->negotiator = Auth_OpenID_getDefaultNegotiator();
1582 } else if (!$this->negotiator->isAllowed($assoc_type,
1598 list($assoc_type, $session_type) = $this->negotiator->getAllowedType();
H A DServer.php1891 private $negotiator; variable in Auth_OpenID_Server
1909 $this->negotiator = Auth_OpenID_getDefaultNegotiator();
1953 if ($this->negotiator->isAllowed($assoc_type, $session_type)) {
1961 $this->negotiator->getAllowedType();