Home
last modified time | relevance | path

Searched refs:auth_key (Results 1 – 3 of 3) sorted by relevance

/plugin/openid/Auth/OpenID/
H A DDumbStore.php35 protected $auth_key; variable in Auth_OpenID_DumbStore
56 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);
113 return $this->auth_key;
/plugin/fedauth/Auth/OpenID/
H A DDumbStore.php55 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);
96 return $this->auth_key;
/plugin/sympaauth/files/
H A Dsympa.class.php85 $auth_key = $this->soap_client->login($user,$pass);
89 if(!empty($auth_key)) {
90 $_SESSION['sympapass'] = $auth_key;