Lines Matching refs:secret
97 static function fromExpiresIn($expires_in, $handle, $secret, $assoc_type) argument
101 return new Auth_OpenID_Association($handle, $secret,
115 * @param string $secret This is the shared secret the server
132 $handle, $secret, $issued, $lifetime, $assoc_type) argument
141 $this->secret = $secret;
174 && ($this->secret == $other->secret)
191 'secret' => base64_encode($this->secret),
236 $secret = $pairs['secret'];
248 $secret = base64_decode($secret);
251 $handle, $secret, $issued, $lifetime, $assoc_type);
270 return call_user_func_array($callback, array($this->secret, $kv));