コード例 #1
0
ファイル: apiClient.php プロジェクト: GallardoAlba/Meneame
 public function authenticate()
 {
     $service = $this->prepareService();
     $this->authenticated = true;
     return $this->auth->authenticate($service);
 }