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

32 lines
801 B
Smali

.class public abstract Lcom/google/firebase/auth/OAuthCredential;
.super Lcom/google/firebase/auth/AuthCredential;
.source "com.google.firebase:firebase-auth@@21.0.1"
# direct methods
.method public constructor <init>()V
.locals 0
.line 1
invoke-direct {p0}, Lcom/google/firebase/auth/AuthCredential;-><init>()V
return-void
.end method
# virtual methods
.method public abstract getAccessToken()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getIdToken()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method
.method public abstract getSecret()Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end method