Lines Matching full:consumer
84 * Returns the Consumer URL
102 * Return an OpenID Consumer
107 if (isset($this->consumer)) {
108 return $this->consumer;
112 require_once "Auth/OpenID/Consumer.php";
118 // create OpenID consumer
119 $this->consumer = new Auth_OpenID_Consumer($store);
120 return $this->consumer;
170 $consumer = $this->getConsumer();
171 $auth = $consumer->begin($_POST['openid_identifier']);
204 $consumer = $this->getConsumer();
205 $response = $consumer->complete($this->_self('openid'));