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 381efe4 commit 7ce0291Copy full SHA for 7ce0291
oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java
@@ -88,6 +88,10 @@ public SecureSessionAgentConfig getConfig() {
88
return getSecureSessionAgentConfigFromMDS();
89
}
90
91
+ public static SecureSessionAgent create() {
92
+ return newBuilder().build();
93
+ }
94
+
95
public static Builder newBuilder() {
96
return new Builder();
97
0 commit comments