diff --git a/src/Authentication.php b/src/Authentication.php index 4be6453..9823d2d 100644 --- a/src/Authentication.php +++ b/src/Authentication.php @@ -77,7 +77,7 @@ private function requestNewToken(): string 'grant_type' => 'client_credentials', 'client_id' => $this->clientId, 'client_secret' => $this->clientSecret, -// 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT + // 'scope' => 'api', // POST MERGER SEEMINGLY TAKE THIS OUT ], ]);