Files
codeql/java/ql/test/stubs/okhttp-4.9.3/okhttp3/Authenticator.java
2022-05-02 15:42:15 +02:00

20 lines
476 B
Java
Generated

// Generated automatically from okhttp3.Authenticator for testing purposes
package okhttp3;
import okhttp3.Request;
import okhttp3.Response;
import okhttp3.Route;
public interface Authenticator
{
Request authenticate(Route p0, Response p1);
static Authenticator JAVA_NET_AUTHENTICATOR = null;
static Authenticator NONE = null;
static Authenticator.Companion Companion = null;
static public class Companion
{
protected Companion() {}
}
}