We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b598f7e commit d0b00d3Copy full SHA for d0b00d3
src/Configuration/ArrayConfiguration.php
@@ -24,7 +24,6 @@ public function __construct(array $configuration)
24
$this->curlOptUserAgent = $this->getDefaultUserAgentString();
25
$this->serviceDeskId = null;
26
27
- $this->useTokenBasedAuth = false;
28
$this->personalAccessToken = '';
29
30
foreach ($configuration as $key => $value) {
0 commit comments