tmap/smali_classes3/com/google/firebase/internal/InternalTokenProvider.smali
2022-06-10 21:38:30 +09:00

36 lines
1.0 KiB
Smali

.class public interface abstract Lcom/google/firebase/internal/InternalTokenProvider;
.super Ljava/lang/Object;
.source "com.google.firebase:firebase-auth-interop@@20.0.0"
# annotations
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
# virtual methods
.method public abstract getAccessToken(Z)Lcom/google/android/gms/tasks/Task;
.annotation build Landroidx/annotation/NonNull;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.annotation system Ldalvik/annotation/Signature;
value = {
"(Z)",
"Lcom/google/android/gms/tasks/Task<",
"Lcom/google/firebase/auth/GetTokenResult;",
">;"
}
.end annotation
.end method
.method public abstract getUid()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.annotation build Lcom/google/android/gms/common/annotation/KeepForSdk;
.end annotation
.end method