Home
last modified time | relevance | path

Searched refs:discoverMethod (Results 1 – 2 of 2) sorted by path

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php220 var $discoverMethod = 'Auth_OpenID_discover'; variable in Auth_OpenID_Consumer
338 $endpoint = $disco->getNextService($this->discoverMethod,
572 var $discoverMethod = 'Auth_OpenID_discover'; variable in Auth_OpenID_GenericConsumer
1186 list($unused, $services) = call_user_func($this->discoverMethod,
/plugin/openid/Auth/OpenID/
H A DConsumer.php223 private $discoverMethod = 'Auth_OpenID_discover'; variable in Auth_OpenID_Consumer
339 $endpoint = $disco->getNextService($this->discoverMethod,
585 public $discoverMethod = 'Auth_OpenID_discover'; variable in Auth_OpenID_GenericConsumer
1251 list(, $services) = call_user_func_array($this->discoverMethod,