diff --git a/src/Api.php b/src/Api.php index 3c6170e..32a9d57 100644 --- a/src/Api.php +++ b/src/Api.php @@ -419,6 +419,14 @@ public function getConsumerKey(): ?string return $this->consumer_key; } + /** + * Get the current consumer key + */ + public function setConsumerKey($consumer_key): void + { + $this->consumer_key = $consumer_key; + } + /** * Return instance of http client */