We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0360c74 commit 6406fd8Copy full SHA for 6406fd8
oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java
@@ -88,6 +88,7 @@ public SecureSessionAgentConfig getConfig() {
88
return getSecureSessionAgentConfigFromMDS();
89
}
90
91
+ /** @return default instance of SecureSessionAgent */
92
public static SecureSessionAgent create() {
93
return newBuilder().build();
94
0 commit comments