Dear,
Recently I received an email from google on automatic deletion of unused OAuth Clients.
We use refresh token to authenticate to google APIs using OAuth clients for more than 6 months(i.e., We use same refresh token for more than 6 months). Please suggest do we need to re-authenticate even though we use refresh token to avoid auto deletion.
Thanks in advance
I received the same notice for my OAuth client that I have been using for over 6 months.
I would like to know how I can continue to use it.
@JayaPriya take a look at this thread post explaining this: https://www.reddit.com/r/Firebase/comments/1ky75x3/automatic_deletion_of_unused_oauth_clients/
We can now check the last used date for the client to determine if it will be deleted or not.
@thiagoscodeler Thank you for the response.
Do we have a way to check the last used date for the OAuth Clients in GCP?
We have large number of applications which are using OAuth Clients to access Google APIs.