Hi, we wish to integrate Cloud Tools for Eclipse with this library in order to obtain the credentials from the gcloud CLI's well-known location/env-var. Our use case is to switch accounts externally via the gcloud CLI (i.e. login, revoke, login), but this will not work if the second login is with a different account thanks to a cache hit in the DefaultCredentialsProvider class. We need an option to clear the cache manually.
Thanks
Hi, we wish to integrate Cloud Tools for Eclipse with this library in order to obtain the credentials from the
gcloud CLI's well-known location/env-var. Our use case is to switch accounts externally via the gcloud CLI (i.e.login, revoke, login), but this will not work if the secondloginis with a different account thanks to a cache hit in theDefaultCredentialsProviderclass. We need an option to clear the cache manually.Thanks