package com.google.android.gms.internal.p002firebaseauthapi; import com.google.firebase.FirebaseException; import com.google.firebase.auth.PhoneAuthCredential; import com.google.firebase.auth.PhoneAuthProvider; /* JADX INFO: Access modifiers changed from: package-private */ /* loaded from: classes2.dex */ public final class zzyn extends PhoneAuthProvider.OnVerificationStateChangedCallbacks { final PhoneAuthProvider.OnVerificationStateChangedCallbacks zza; final String zzb; @Override // com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks public final void onCodeAutoRetrievalTimeOut(String str) { zzyp.zza.remove(this.zzb); this.zza.onCodeAutoRetrievalTimeOut(str); } @Override // com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks public final void onCodeSent(String str, PhoneAuthProvider.ForceResendingToken forceResendingToken) { this.zza.onCodeSent(str, forceResendingToken); } @Override // com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks public final void onVerificationCompleted(PhoneAuthCredential phoneAuthCredential) { zzyp.zza.remove(this.zzb); this.zza.onVerificationCompleted(phoneAuthCredential); } @Override // com.google.firebase.auth.PhoneAuthProvider.OnVerificationStateChangedCallbacks public final void onVerificationFailed(FirebaseException firebaseException) { zzyp.zza.remove(this.zzb); this.zza.onVerificationFailed(firebaseException); } /* JADX INFO: Access modifiers changed from: package-private */ public zzyn(PhoneAuthProvider.OnVerificationStateChangedCallbacks onVerificationStateChangedCallbacks, String str) { this.zza = onVerificationStateChangedCallbacks; this.zzb = str; } }