package com.google.android.gms.internal.p002firebaseauthapi; import a4.e1; import a4.n0; import com.google.android.gms.common.api.Status; import com.google.android.gms.common.internal.Preconditions; import com.google.android.gms.tasks.TaskCompletionSource; /* loaded from: classes.dex */ final class zzzn extends zzabs { final String zza; final String zzb; final String zzc; final String zzd; public zzzn(String str, String str2, String str3, String str4) { super(2); Preconditions.checkNotEmpty(str, "email cannot be null or empty"); Preconditions.checkNotEmpty(str2, "password cannot be null or empty"); this.zza = str; this.zzb = str2; this.zzc = str3; this.zzd = str4; } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzabu public final String zza() { return "reauthenticateWithEmailPassword"; } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzabs public final void zzb() { e1 zzS = zzaao.zzS(this.zzg, this.zzo); if (!this.zzh.Y().equalsIgnoreCase(zzS.Y())) { zzl(new Status(17024)); } else { ((n0) this.zzi).a(this.zzn, zzS); zzm(null); } } @Override // com.google.android.gms.internal.p002firebaseauthapi.zzabu public final void zzc(TaskCompletionSource taskCompletionSource, zzaar zzaarVar) { this.zzk = new zzabr(this, taskCompletionSource); zzaarVar.zzy(this.zza, this.zzb, this.zzc, this.zzd, this.zzf); } }