35 lines
1.1 KiB
Java
35 lines
1.1 KiB
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
import com.google.android.gms.common.internal.Preconditions;
|
||
|
import com.google.android.gms.tasks.TaskCompletionSource;
|
||
|
import com.google.firebase.auth.ActionCodeSettings;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzwe extends zzyb {
|
||
|
private final zzse zza;
|
||
|
private final String zzw;
|
||
|
|
||
|
public zzwe(String str, ActionCodeSettings actionCodeSettings, String str2, String str3) {
|
||
|
super(4);
|
||
|
Preconditions.checkNotEmpty(str, "email cannot be null or empty");
|
||
|
this.zza = new zzse(str, actionCodeSettings, str2);
|
||
|
this.zzw = str3;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyb
|
||
|
public final void zzb() {
|
||
|
zzm(null);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyd
|
||
|
public final void zzc(TaskCompletionSource taskCompletionSource, zzxb zzxbVar) {
|
||
|
this.zzv = new zzya(this, taskCompletionSource);
|
||
|
zzxbVar.zzq(this.zza, this.zzc);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyd
|
||
|
public final String zza() {
|
||
|
return this.zzw;
|
||
|
}
|
||
|
}
|