Ejemplo n.º 1
0
 /**
  * Set the OAuth 2.0 Client ID.
  * @param string $clientId
  */
 public function setClientId($clientId)
 {
     $this->config->setClientId($clientId);
 }