package o; import o.AbstractC15351go; /* loaded from: classes3.dex */ public final class fPF extends C15032gf { /* renamed from: o.fPF$3, reason: invalid class name */ /* loaded from: classes3.dex */ static final class AnonymousClass3 extends AbstractC14961gcz implements InterfaceC14894gbR> { private Xky b; @Override // o.InterfaceC14894gbR public final /* synthetic */ AbstractC13175fSw invoke(HBt hBt) { HBt hBt2 = hBt; C14957gcv.e(hBt2, ""); AbstractC13175fSw d = this.b.d(hBt2.a, hBt2.b); C14957gcv.c(d, ""); return d; } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ AnonymousClass3(Xky xky) { super(1); this.b = xky; } } /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ @InterfaceC13391fZD public fPF(yRw yrw, yRw yrw2, Xky xky) { super(yrw, yrw2, new AnonymousClass3(xky)); C14957gcv.e(yrw, ""); C14957gcv.e(yrw2, ""); C14957gcv.e(xky, ""); } /* loaded from: classes3.dex */ public static final class HBt implements AbstractC15351go.HBt { final String a; final String b; public HBt(String str, String str2) { C14957gcv.e(str, ""); this.a = str; this.b = str2; } public final String toString() { String str = this.a; String str2 = this.b; StringBuilder sb = new StringBuilder("Params(otp="); sb.append(str); sb.append(", tokenUuid="); sb.append(str2); sb.append(")"); return sb.toString(); } public final int hashCode() { int hashCode = this.a.hashCode(); String str = this.b; return (hashCode * 31) + (str == null ? 0 : str.hashCode()); } public final boolean equals(Object obj) { if (this == obj) { return true; } if (!(obj instanceof HBt)) { return false; } HBt hBt = (HBt) obj; return C14957gcv.b((Object) this.a, (Object) hBt.a) && C14957gcv.b((Object) this.b, (Object) hBt.b); } } }