Hello, The refresh token is specific to a user of your application. It should be treated as a credential of the user and stored securely. Save refresh tokens in secure long-term storage and continue to use them as long as they remain valid. Refresh tokens can become invalid for a few reasons:
- There is a maximum of 25 refresh tokens that can be valid at a time. If someone gets a 26th refresh token, then the 1st refresh token becomes invalid. - Refresh tokens can also be manually revoked. If someone left the company, then they might have done so. Please check token expiration <https://developers.google.com/identity/protocols/OAuth2#expiration> section of the OAuth2.0 guide <https://developers.google.com/identity/protocols/OAuth2> for more details. Thanks, Umesh, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/c731afc6-0819-4f56-830b-674513770379%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
