In one of the webservice connector application, we are using grant type as Refresh token.
Currently we are using the below Approach for generating the refresh token.
1.placing All the Constants which are used for generating token in custom file.
2.using a rule for generating the refresh token.
3.Creating a task and scheduling it.
In rule , we are using the below method(http) to establish connection with specified URL(i.e.token generation url).
Is there any other different approach for establishing a connection using connector object and generating the token?
Can anyone help, regarding the issue.
Can you please provide any steps/suggestion , regarding how to enable Auto-Refresh Token Handling and in which IIQ version is available ?
The issue is , After committing 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 getting failed.