I am able to generate OAuth tokens from this URL successfully.
However, I can see both refresh token and access token is generated in the call.
Can we remove the refresh token during the OAuth call so that only access token is generated.
I have seen this feature of suppressing and disabling refresh token in other OAuth servers.
Does it apply in RingCentral too?