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 7ce0291 commit 0360c74Copy full SHA for 0360c74
oauth2_http/java/com/google/auth/oauth2/SecureSessionAgent.java
@@ -82,7 +82,7 @@ public class SecureSessionAgent {
82
* This method makes a network call to MDS to get the {@link SecureSessionAgentConfig} which
83
* contains the plaintext and mtls address to reach the S2A (Secure Session Agent).
84
*
85
- * @return the cached SecureSessionAgentConfig.
+ * @return a SecureSessionAgentConfig.
86
*/
87
public SecureSessionAgentConfig getConfig() {
88
return getSecureSessionAgentConfigFromMDS();
0 commit comments