
org.hl7.fhir.utilities.http.HTTPAuthenticationMode Maven / Gradle / Ivy
package org.hl7.fhir.utilities.http;
public enum HTTPAuthenticationMode {
NONE,
BASIC,
TOKEN,
APIKEY
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy
package org.hl7.fhir.utilities.http;
public enum HTTPAuthenticationMode {
NONE,
BASIC,
TOKEN,
APIKEY
}