Searched refs:auth_key (Results 1 – 3 of 3) sorted by relevance
35 protected $auth_key; variable in Auth_OpenID_DumbStore56 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);113 return $this->auth_key;
55 $this->auth_key = Auth_OpenID_SHA1($secret_phrase);96 return $this->auth_key;
85 $auth_key = $this->soap_client->login($user,$pass);89 if(!empty($auth_key)) {90 $_SESSION['sympapass'] = $auth_key;