When I use oauth 2.0 in Google API, I think I received refresh_token when I agreed with the user, but is there a limit to refresh_token that can be issued from one API?
If there is a restriction on issuing refresh_token, please let me know the details.
oauth google-api
Hello, nice to meet you.I received a reply from the head office, but
https://stackoverflow.com/questions/26135980/google-api-refresh-token-limit
Google API refresh token specifications are provided in the official document below.
https://developers.google.com/identity/protocols/OAuth2#expiration
There is currently limit of 50 refresh token user account client.If the limit is reached, creating a new refresh token automatically invalidates the oldest refresh token without warning.
Each client has the latest 50 user accounts, and when the limit is reached, the oldest is disabled without warning.
© 2024 OneMinuteCode. All rights reserved.