chandanray876

Results 1 issues of chandanray876

![image](https://github.com/XeroAPI/xero-node/assets/67946312/feee02e0-48c6-489e-afb0-02f5ddac3500) const xero = new XeroClient({ clientId: xeroConfig.clientId, clientSecret: xeroConfig.clientSecret, redirectUris: [xeroConfig.redirectUris], scopes: xeroConfig.scopes.split(' '), // clockTolerance: 10 }); const tokenSet = await xero.apiCallback(req.url);