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
SDK you're using (please complete the following information):
Version 9.2
Describe the bug
With no change in my code, all tests relating to communicating with the account API fail with an invalid client error. I have confirmed the client ID is correct. I have tried an existing known good secret and a newly generated secret. Still the same.
The error is thrown in the RequestClientCredentialsTokenAsync() method call.
Please can you raise a case with Xero Support here and let us know the client id and the time, date and timezone for the most recent error so we can check whether or not this is related to the SDK itself or the API
SDK you're using (please complete the following information):
Describe the bug
With no change in my code, all tests relating to communicating with the account API fail with an invalid client error. I have confirmed the client ID is correct. I have tried an existing known good secret and a newly generated secret. Still the same.
The error is thrown in the RequestClientCredentialsTokenAsync() method call.
To Reproduce
This is the code I use to obtain a token, code that has worked fine for months but now fails with an invalid client.
Expected behavior
A new access token to be issued to allow further interaction with the API.
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: