Hi,I'm migration an installed application from OAuth to OAuth2 and came across this paragraph:Note that there are limits on the number of refresh tokens that will be issued; one limit per client/user combination, and another per user across all clients. You should save refresh tokens in long-term storage and continue to use them as long as they remain valid. If your application requests too many refresh tokens, it may run into these limits, in which case older refresh tokens will stop working.
- What is the limit per client/user combination?
- How it's determined which client_id refresh token gets revoked if the user goes over the "across all clients" limit?
- A given refresh token will never expire unless the user goes over either limit or revokes it?
Thank you in advance for your help,Jorge Luis--
You received this message because you are subscribed to the Google Groups "GTM OAuth 2 Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gtm-oauth2+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.