Uses of Class
com.google.auth.oauth2.SecureSessionAgentConfig
Packages that use SecureSessionAgentConfig
-
Uses of SecureSessionAgentConfig in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return SecureSessionAgentConfigModifier and TypeMethodDescriptionSecureSessionAgentConfig.Builder.build()
SecureSessionAgent.getConfig()
This method makes a network call to MDS to get theSecureSessionAgentConfig
which contains the plaintext and mtls address to reach the S2A (Secure Session Agent).private SecureSessionAgentConfig
SecureSessionAgent.getSecureSessionAgentConfigFromMDS()
Queries the MDS mTLS Autoconfiguration endpoint and returns theSecureSessionAgentConfig
.