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 27f8530 commit 4ef343cCopy full SHA for 4ef343c
src/Events/XeroAuthorized.php
@@ -6,7 +6,7 @@ class XeroAuthorized
6
{
7
public string $token;
8
public string $refresh_token;
9
- public array $id_token;
+ public string $id_token;
10
public string $expires;
11
public array $tenants;
12
0 commit comments