/**
  * Returns the client_* params for OAuth requests.
  *
  * @return array
  */
 protected function getClientParams()
 {
     return ['client_id' => $this->app->getId(), 'client_secret' => $this->app->getSecret()];
 }