Example #1
0
 public function handleResponse()
 {
     $this->client->getUser();
     // check the received parameters and save user
     $this->onResponse($this);
     $this->presenter->redirect('this', array('state' => NULL, 'code' => NULL));
 }