Exemplo n.º 1
0
 public function accountInfo()
 {
     $this->client->setBearerToken($this->getAccessToken());
     return $this->client->accountInfo();
 }