Authenticator.smali 1.1 KB
.class public interface abstract Lcom/brplug/okhttp3/Authenticator;
.super Ljava/lang/Object;
.source "Authenticator.java"


# static fields
.field public static final NONE:Lcom/brplug/okhttp3/Authenticator;


# direct methods
.method static constructor <clinit>()V
    .locals 1

    .line 100
    sget-object v0, Lcom/brplug/okhttp3/-$$Lambda$Authenticator$8Srj_x9v8JIiy5xlAfr4SXzIrnU;->INSTANCE:Lcom/brplug/okhttp3/-$$Lambda$Authenticator$8Srj_x9v8JIiy5xlAfr4SXzIrnU;

    sput-object v0, Lcom/brplug/okhttp3/Authenticator;->NONE:Lcom/brplug/okhttp3/Authenticator;

    return-void
.end method


# virtual methods
.method public abstract authenticate(Lcom/brplug/okhttp3/Route;Lcom/brplug/okhttp3/Response;)Lcom/brplug/okhttp3/Request;
    .param p1    # Lcom/brplug/okhttp3/Route;
        .annotation runtime Ljavax/annotation/Nullable;
        .end annotation
    .end param
    .annotation system Ldalvik/annotation/Throws;
        value = {
            Ljava/io/IOException;
        }
    .end annotation

    .annotation runtime Ljavax/annotation/Nullable;
    .end annotation
.end method