Hi Shriny, I've read that it's about two weeks but could be vary from time to time. Also, a password change may invalidate the token for a short period, say 10 minutes.
I'd prefer to refresh the token whenever it's invalid. AOP techniques (AspectJ) should be a perfect match. Then the caching and refreshing mechanism can be applied to the whole application transparently. Otherwise, you may have to tweak the API library you're using or do regular health checking or token refurbishment to reduce the out of service duration. HTH N On Jan 29, 5:50 am, shriny <[email protected]> wrote: > How often will the auth token expire? > > How to handle it in client side, should we store it in a database and > use it or get a new token everytime we do any adwords operations ? > > This would be helpful in designing our systems. > > -Shriny -- 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.
