I have a requirement where in i want to reuse refresh token for 3 times and after that i have to generate new refresh token which should be reusable for 3 times. I am able to read refresh_count parameter and generate new refresh_token using generate RefreshAccessToken operation without reuserefreshtoken option. My qauestion is
How to make newly generated token reusable?
even after generating new refreshtoken. refresh_count is not getting reset. it is increasing further though token is dfifferent.
How to reset refresh_count for new token?