Home
last modified time | relevance | path

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

/plugin/fedauth/Auth/OpenID/
H A DConsumer.php622 $this->session_types = Auth_OpenID_getAvailableSessionTypes();
1667 if (array_key_exists($session_type, $this->session_types)) {
1668 $session_type_class = $this->session_types[$session_type];
/plugin/openid/Auth/OpenID/
H A DConsumer.php613 public $session_types; variable in Auth_OpenID_GenericConsumer
642 $this->session_types = Auth_OpenID_getAvailableSessionTypes();
1767 if (array_key_exists($session_type, $this->session_types)) {
1768 $session_type_class = $this->session_types[$session_type];