package com.discord.utilities.captcha; import c.i.a.f.n.e; import com.google.android.gms.safetynet.SafetyNetApi; import d0.z.d.m; import kotlin.jvm.functions.Function1; /* compiled from: CaptchaHelper.kt */ public final class CaptchaHelper$showCaptcha$1 implements e { public final /* synthetic */ Function1 $onSuccess; public CaptchaHelper$showCaptcha$1(Function1 function1) { this.$onSuccess = function1; } public final void onSuccess(SafetyNetApi.RecaptchaTokenResponse recaptchaTokenResponse) { m.checkNotNullExpressionValue(recaptchaTokenResponse, "it"); String B = ((SafetyNetApi.a) recaptchaTokenResponse.a).B(); m.checkNotNullExpressionValue(B, "userResponseToken"); if (!(B.length() == 0)) { Function1 function1 = this.$onSuccess; function1.invoke("android:" + B); } } }