You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-client-apache-v5/src/main/java/com/google/api/client/googleapis/apache/v5/GoogleApache5HttpTransport.java
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,10 @@ public final class GoogleApache5HttpTransport {
47
47
48
48
/**
49
49
* Returns a new instance of {@link Apache5HttpTransport} that uses default jdk certificates for
50
-
* the trusted certificates. If `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is set
51
-
* to "true", and the default client certificate key store from {@link Utils#loadDefaultMtlsKeyStore()}
52
-
* is not null, then the transport uses the default client certificate and is mutual TLS.
50
+
* the trusted certificates. If `GOOGLE_API_USE_CLIENT_CERTIFICATE` environment variable is set to
51
+
* "true", and the default client certificate key store from {@link
52
+
* Utils#loadDefaultMtlsKeyStore()} is not null, then the transport uses the default client
Copy file name to clipboardExpand all lines: google-api-client-apache-v5/src/test/java/com/google/api/client/googleapis/apache/v5/ITGoogleApache5HttpTransportTest.java
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -74,4 +74,23 @@ public Void handleResponse(ClassicHttpResponse response) {
0 commit comments