Skip to content

Commit 948e6f4

Browse files
committed
fix: 🐛 Refresh token can be null
1 parent 08bd60f commit 948e6f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Client
4040
private string $client_secret;
4141
private ?string $issuer;
4242
private string $access_token;
43-
private string $refresh_token;
43+
private ?string $refresh_token;
4444
private string $id_token;
4545
private array $scopes;
4646
private array $response_types;

0 commit comments

Comments
 (0)