clientId; } /** * @param string $clientId */ public function setClientId($clientId) { $this->clientId = $clientId; return $this; } /** * @return string */ public function getSecret() { return $this->secret; } /** * @param string $secret */ public function setSecret($secret) { $this->secret = $secret; return $this; } }