I have used the refresh token several times in just a short period for testing purposes, but I wonder that, do Google refresh token expire? Or I can call the same refresh token to get another access token again and again in a long period(A week or even months)?
feedback
|
|
The Google Auth server issued Refresh tokens never expire that's the whole point of the refresh tokens. Refer this doc it clearly stats the function of refresh tokens.
So in short you can use refresh tokens again and again untill the user who authorized the access revokes access to your application. | |||
|
feedback
|