![JAR search and dependency download from the Maven repository](/logo.png)
org.hl7.fhir.utilities.http.HTTPAuthenticationMode Maven / Gradle / Ivy
package org.hl7.fhir.utilities.http;
public enum HTTPAuthenticationMode {
NONE,
BASIC,
TOKEN
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.hl7.fhir.utilities.http;
public enum HTTPAuthenticationMode {
NONE,
BASIC,
TOKEN
}