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