// WARNING: This file was autogenerated by jni-bindgen. Any changes to this file may be lost!!!
#[cfg(any(feature = "all", feature = "org-apache-http-auth-AUTH"))]
__jni_bindgen! {
/// public final class [AUTH](https://developer.android.com/reference/org/apache/http/auth/AUTH.html)
///
/// Required feature: "org-apache-http-auth-AUTH"
#[deprecated] public final class AUTH ("org/apache/http/auth/AUTH") extends crate::java::lang::Object {
/// public static final [PROXY_AUTH](https://developer.android.com/reference/org/apache/http/auth/AUTH.html#PROXY_AUTH)
pub const PROXY_AUTH : &'static str = "Proxy-Authenticate";
/// public static final [PROXY_AUTH_RESP](https://developer.android.com/reference/org/apache/http/auth/AUTH.html#PROXY_AUTH_RESP)
pub const PROXY_AUTH_RESP : &'static str = "Proxy-Authorization";
/// public static final [WWW_AUTH](https://developer.android.com/reference/org/apache/http/auth/AUTH.html#WWW_AUTH)
pub const WWW_AUTH : &'static str = "WWW-Authenticate";
/// public static final [WWW_AUTH_RESP](https://developer.android.com/reference/org/apache/http/auth/AUTH.html#WWW_AUTH_RESP)
pub const WWW_AUTH_RESP : &'static str = "Authorization";
}
}