OAuthCredential.smali
.class public abstract Lcom/google/firebase/auth/OAuthCredential;
.super Lcom/google/firebase/auth/AuthCredential;
.source ""
# direct methods
.method public constructor <init>()V
.registers 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/RecentlyNullable;
.end annotation
.end method
.method public abstract getIdToken()Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNullable;
.end annotation
.end method
.method public abstract getSecret()Ljava/lang/String;
.annotation build Landroidx/annotation/RecentlyNullable;
.end annotation
.end method