You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The scopes provided in this readme do not accurately reflect the scopes required in order to be able to execute the examples. `accounting.settings` is required in order to be able to fetch information about
@@ -113,7 +113,7 @@ It is recommended that you store this token set JSON in a datastore in relation
113
113
| access_token: | "xxx.yyy.zzz" | [Bearer token](https://oauth.net/2/jwt/) with a 30 minute expiration required for all API calls |
114
114
| expires_in: | 1800 | Time in seconds till the token expires - 1800s is 30m |
115
115
| refresh_token: | "XXXXXXX" | Alphanumeric string used to obtain a new Token Set w/ a fresh access_token - 60 day expiry |
116
-
| scope: | ["email", "profile", "openid", "accounting.transactions", "offline_access"] | The Xero permissions that are embedded in the `access_token` |
116
+
| scope: | ["email", "profile", "openid", "accounting.settings", "accounting.transactions", "offline_access"] | The Xero permissions that are embedded in the `access_token` |
0 commit comments