In one of the webservice connector application, we are using grant type as refresh token.
After commiting the Code into the Git, every time when the changes are done in the git the existing refresh token of the application is updating and the test connection is failing with the below mentioned error.
Can anyone help on this issue , without updating of refresh token.
error:
Exception while updating account. Error: Exception occurred while generating access token: Unable to generate access token. Response returned: {“error”:“invalid_grant”,“error_description”:“expired_client_token”}