package okhttp3;

import c.q.d.g;
import c.q.d.j;
import java.io.IOException;

/* JADX INFO: compiled from: Authenticator.kt */
/* JADX INFO: loaded from: classes.dex */
public interface Authenticator {
    public static final Companion Companion = new Companion(null);
    public static final Authenticator NONE = new Authenticator() { // from class: okhttp3.Authenticator$Companion$NONE$1
        @Override // okhttp3.Authenticator
        public Request authenticate(Route route, Response response) {
            j.c(response, "response");
            return null;
        }
    };

    /* JADX INFO: compiled from: Authenticator.kt */
    public static final class Companion {
        static final /* synthetic */ Companion $$INSTANCE = null;

        private Companion() {
        }

        public /* synthetic */ Companion(g gVar) {
            this();
        }
    }

    Request authenticate(Route route, Response response) throws IOException;
}
