package org.apache.http.auth;

/* loaded from: classes2.dex */
public enum ChallengeState {
    TARGET,
    PROXY
}
