This commit is contained in:
2022-06-10 21:38:30 +09:00
commit 27f5152838
51323 changed files with 12934539 additions and 0 deletions
@@ -0,0 +1,14 @@
.class public interface abstract Lorg/apache/http/client/CredentialsProvider;
.super Ljava/lang/Object;
.source "CredentialsProvider.java"
# virtual methods
.method public abstract clear()V
.end method
.method public abstract getCredentials(Lorg/apache/http/auth/AuthScope;)Lorg/apache/http/auth/Credentials;
.end method
.method public abstract setCredentials(Lorg/apache/http/auth/AuthScope;Lorg/apache/http/auth/Credentials;)V
.end method