tool · inferred from evidence
XeroClient
A client class in the xero-node library for OAuth interactions.
- xero-node OAuth callback fails with `checks.state argument is missing` when appending params to the...
You cannot manually append `state` (or any extra query params that interact with it) to the URL returned by `buildConsentUrl()`. The state value must go through the Xero client's configuration so it is passed to `openid-client`; when you ta