UserInfo.smali
.class public interface abstract Lcom/google/firebase/auth/UserInfo;
.super Ljava/lang/Object;
.source "com.google.firebase:firebase-auth@@21.0.1"
# virtual methods
.method public abstract getDisplayName()Ljava/lang/String;
.end method
.method public abstract getEmail()Ljava/lang/String;
.end method
.method public abstract getPhoneNumber()Ljava/lang/String;
.end method
.method public abstract getPhotoUrl()Landroid/net/Uri;
.end method
.method public abstract getProviderId()Ljava/lang/String;
.end method
.method public abstract getUid()Ljava/lang/String;
.end method
.method public abstract isEmailVerified()Z
.end method