コード例 #1
0
 /**
  * Complete authentication
  */
 public function finishauthAction()
 {
     parent::finishauth();
     if ($this->isAuthenticated()) {
         echo "worked!";
     } else {
         echo "didn't work";
     }
 }