Skip to content

Commit 4ef343c

Browse files
committed
id_token is string
1 parent 27f8530 commit 4ef343c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Events/XeroAuthorized.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class XeroAuthorized
66
{
77
public string $token;
88
public string $refresh_token;
9-
public array $id_token;
9+
public string $id_token;
1010
public string $expires;
1111
public array $tenants;
1212

0 commit comments

Comments
 (0)