Could you please help how to authentication with Xero and Salesforce using apex without repeat steps of authentication process on Salesforce side? As of now I used refresh token but it's expire after 60 days and I have to do authentication again. How can I get rid of this? Please help.
I tried refresh token but it still expire after 60 days and I have to do authentication again. How can I remove this authentication steps again and again?