Skip to content

Commit

Permalink
Merge pull request #19 from sunsgneayo/main
Browse files Browse the repository at this point in the history
Update Authentication.php
  • Loading branch information
chaz6chez authored Nov 24, 2023
2 parents 6b16b94 + cd92bbb commit f49d269
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Traits/Authentication.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ public function issueToken(array &$options = [])
return;
}
if (!$this->isExpired()) {
$options[RequestOptions::QUERY]['accessToken'] = $this->accessToken;
return;
}

Expand Down

0 comments on commit f49d269

Please sign in to comment.