导航菜单

页面标题

页面副标题

Atlys v4.8.7 - h.java 源代码

正在查看: Atlys v4.8.7 应用的 h.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package Je;

import Le.AbstractC0144b;
import Le.C0154l;
import java.util.Map;

public final class h implements m {
    public final boolean a;
    public final s b;

    public h(s sVar, boolean z) {
        this.b = sVar;
        this.a = z;
    }

    @Override
    public final void a(Map map) {
        String str = (String) map.get("s");
        boolean equals = str.equals("ok");
        s sVar = this.b;
        if (equals) {
            sVar.h = n.e;
            sVar.C = 0;
            sVar.i(this.a);
            return;
        }
        sVar.q = null;
        sVar.r = true;
        C0154l c0154l = sVar.a;
        c0154l.getClass();
        c0154l.o(AbstractC0144b.c, Boolean.FALSE);
        Aj.f fVar = sVar.y;
        fVar.D((Exception) null, w.q.g("Authentication failed: ", str, " (", (String) map.get("d"), ")"), new Object[0]);
        sVar.g.n(2);
        if (str.equals("invalid_token")) {
            int i = sVar.C + 1;
            sVar.C = i;
            if (i >= 3) {
                Ke.a aVar = sVar.z;
                aVar.i = aVar.d;
                fVar.U("Provided authentication credentials are invalid. This usually indicates your FirebaseApp instance was not initialized correctly. Make sure your google-services.json file has the correct firebase_url and api_key. You can re-download google-services.json from https://console.firebase.google.com/.");
            }
        }
    }
}