There was an error while loading. Please reload this page.
1 parent f9b06f7 commit aad67d3Copy full SHA for aad67d3
google-http-client/src/main/java/com/google/api/client/http/HttpHeaders.java
@@ -786,6 +786,15 @@ public final String getAuthenticate() {
786
return getFirstHeaderValue(authenticate);
787
}
788
789
+ /**
790
+ * Returns all {@code "WWW-Authenticate"} headers or {@code null} for none.
791
+ *
792
+ * @since 1.16
793
+ */
794
+ public final List<String> getAuthenticateAsList() {
795
+ return authenticate;
796
+ }
797
+
798
/**
799
* Sets the {@code "WWW-Authenticate"} header or {@code null} for none.
800
*
0 commit comments