Skip to content

Commit 7ce0291

Browse files
committed
static create.
1 parent 381efe4 commit 7ce0291

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,10 @@ public SecureSessionAgentConfig getConfig() {
8888
return getSecureSessionAgentConfigFromMDS();
8989
}
9090

91+
public static SecureSessionAgent create() {
92+
return newBuilder().build();
93+
}
94+
9195
public static Builder newBuilder() {
9296
return new Builder();
9397
}

0 commit comments

Comments
 (0)