We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 522ea1b + f49d269 commit 2d640d2Copy full SHA for 2d640d2
1 file changed
src/Traits/Authentication.php
@@ -44,6 +44,7 @@ public function issueToken(array &$options = [])
44
return;
45
}
46
if (!$this->isExpired()) {
47
+ $options[RequestOptions::QUERY]['accessToken'] = $this->accessToken;
48
49
50
0 commit comments