Roblox v2.616.655版本的 MD5 值为:0bc7d8a921fe7f043454ac7c31685936

以下内容为反编译后的 d.java 源代码,内容仅作参考


package u2;

import com.google.android.gms.common.api.Status;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;
public final class d implements Runnable {
    private static final c3.a f15698p = new c3.a("RevokeAccessOperation", new String[0]);
    private final String f15699n;
    private final y2.n f15700o = new y2.n(null);

    public d(String str) {
        this.f15699n = z2.j.f(str);
    }

    public static x2.h a(String str) {
        if (str == null) {
            return x2.i.a(new Status(4), null);
        }
        d dVar = new d(str);
        new Thread(dVar).start();
        return dVar.f15700o;
    }

    @Override
    public final void run() {
        Status status = Status.f5310v;
        try {
            String str = this.f15699n;
            HttpURLConnection httpURLConnection = (HttpURLConnection) new URL("https://accounts.google.com/o/oauth2/revoke?token=" + str).openConnection();
            httpURLConnection.setRequestProperty("Content-Type", "application/x-www-form-urlencoded");
            int responseCode = httpURLConnection.getResponseCode();
            if (responseCode == 200) {
                status = Status.f5308t;
            } else {
                f15698p.b("Unable to revoke access!", new Object[0]);
            }
            c3.a aVar = f15698p;
            aVar.a("Response Code: " + responseCode, new Object[0]);
        } catch (IOException e10) {
            f15698p.b("IOException when revoking access: ".concat(String.valueOf(e10.toString())), new Object[0]);
        } catch (Exception e11) {
            f15698p.b("Exception when revoking access: ".concat(String.valueOf(e11.toString())), new Object[0]);
        }
        this.f15700o.g(status);
    }
}