Getting 403 Authentication failure while disconnecting from a xero organisation after the access token is expired (I.e. 30 minutes after the token creation). I am using C# (.NET 4.6.1) and have tried refreshing the access token using client.RefreshAccessTokenAsync method. The method generates new access token and refresh token but authentication failure is generated at the time of disconnecting the organization.
Any idea where I am wrong?