Hello,
We are using CrmServiceClient to connect, the problem is that after 60 minutes the token expires and gives us a connection error.
We've been looking, but haven't found a way to refresh the token without calling the new CrmServiceClient(connectionStrings) method again.
Is there a way to refresh the token without having to create a new connection each time?