Skip to content

Commit 6406fd8

Browse files
committed
add javadoc.
1 parent 0360c74 commit 6406fd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

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

91+
/** @return default instance of SecureSessionAgent */
9192
public static SecureSessionAgent create() {
9293
return newBuilder().build();
9394
}

0 commit comments

Comments
 (0)