mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
20 lines
476 B
Java
Generated
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() {}
|
|
}
|
|
}
|