33 lines
1.1 KiB
Java
33 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;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class zzvj extends zzyb {
|
||
|
private final zzrg zza;
|
||
|
|
||
|
public zzvj(String str, String str2, String str3) {
|
||
|
super(4);
|
||
|
Preconditions.checkNotEmpty(str, "code cannot be null or empty");
|
||
|
Preconditions.checkNotEmpty(str2, "new password cannot be null or empty");
|
||
|
this.zza = new zzrg(str, str2, 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.zze(this.zza, this.zzc);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.internal.p002firebaseauthapi.zzyd
|
||
|
public final String zza() {
|
||
|
return "confirmPasswordReset";
|
||
|
}
|
||
|
}
|