@Kumar1 I checked with our internal team - that is not a problem - we
reuse the same refresh token for 7 days (as it expires in 14 days). Post
7 days, our OAuth servers will return you a new refresh token. So the
effect to watch out for is not whether refresh tokens are same or not,
but whether your app is able to refresh access tokens indefinitely.
Also, one thing probably worth verifying is whether your API has the
offline access scope available. To do this, go to your project on the
Developer...