class okhttp3.Authenticator$1 implements okhttp3.Authenticator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: okhttp3.Authenticator$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // okhttp3.Authenticator$1 this
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // okhttp3.Authenticator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/Authenticator$1;

  public okhttp3.Request authenticate(okhttp3.Route, okhttp3.Response);
    descriptor: (Lokhttp3/Route;Lokhttp3/Response;)Lokhttp3/Request;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // okhttp3.Authenticator$1 this
         0: .line 101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tNullable cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // okhttp3.Authenticator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lokhttp3/Authenticator$1;
    RuntimeInvisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        Nullable()
    RuntimeInvisibleParameterAnnotations: 
      0:
        Nullable()
      1:
    MethodParameters:
          Name  Flags
      route     
      response  
}
SourceFile: "Authenticator.java"
EnclosingMethod: okhttp3.Authenticator
NestHost: okhttp3.Authenticator
InnerClasses:
  okhttp3.Authenticator$1