Shinigami ID v1.1.3版本的 MD5 值为:c381e85feac697f048c400ae89b7b92d

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


package g3;

import com.google.android.gms.common.api.Status;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.URL;

public final class e implements Runnable {

    public static final o3.a f6106q = new o3.a("RevokeAccessOperation", new String[0]);

    public final String f6107o;

    public final k3.j f6108p;

    public e(String str) {
        l3.p.e(str);
        this.f6107o = str;
        this.f6108p = new k3.j(null);
    }

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