You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#2541
This introduces the new method `public static GoogleCredential getApplicationDefault(boolean resetCachedCredentials)`
which will reset the cached credentials when the argument is `true`.
Copy file name to clipboardExpand all lines: google-api-client/src/main/java/com/google/api/client/googleapis/auth/oauth2/DefaultCredentialProvider.java
Copy file name to clipboardExpand all lines: google-api-client/src/test/java/com/google/api/client/googleapis/auth/oauth2/DefaultCredentialProviderTest.java
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -87,6 +87,20 @@ public void testDefaultCredentialAppEngineDeployed() throws IOException {
0 commit comments