2 parents 75087ac + 77bd217 commit 45f871cCopy full SHA for 45f871c
1 file changed
src/Http/Client.php
@@ -91,8 +91,8 @@ private function fetchTokens(): array
91
{
92
if ($refreshToken = $this->tokenStorage->retrieveRefreshToken()) {
93
$refreshTokenGrantType = new RefreshToken(
94
- $this->grantType->clientId,
95
$refreshToken->toString(),
+ $this->grantType->clientId,
96
$this->grantType->realm,
97
$this->grantType->clientSecret,
98
$this->grantType->scope,
0 commit comments