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

47 lines
1.3 KiB
Smali

.class public Lcom/google/firebase/auth/GoogleAuthProvider;
.super Ljava/lang/Object;
.source "com.google.firebase:firebase-auth@@21.0.1"
# static fields
.field public static final GOOGLE_SIGN_IN_METHOD:Ljava/lang/String; = "google.com"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
.field public static final PROVIDER_ID:Ljava/lang/String; = "google.com"
.annotation build Landroidx/annotation/NonNull;
.end annotation
.end field
# direct methods
.method private constructor <init>()V
.locals 0
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
.method public static getCredential(Ljava/lang/String;Ljava/lang/String;)Lcom/google/firebase/auth/AuthCredential;
.locals 1
.param p0 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.param p1 # Ljava/lang/String;
.annotation build Landroidx/annotation/Nullable;
.end annotation
.end param
.annotation build Landroidx/annotation/NonNull;
.end annotation
.line 1
new-instance v0, Lcom/google/firebase/auth/GoogleAuthCredential;
invoke-direct {v0, p0, p1}, Lcom/google/firebase/auth/GoogleAuthCredential;-><init>(Ljava/lang/String;Ljava/lang/String;)V
return-object v0
.end method