package xyz.stream.api.database;

/* JADX WARN: Failed to restore enum class, 'enum' modifier and super class removed */
/* JADX WARN: Unknown enum class pattern. Please report as an issue! */
/* JADX INFO: loaded from: classes3.dex */
public final class IptvManager$IptvAuth$Type {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35778a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35779b;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35780c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35781d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35782e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public static final IptvManager$IptvAuth$Type f35783f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public static final /* synthetic */ IptvManager$IptvAuth$Type[] f35784g;

    static {
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type = new IptvManager$IptvAuth$Type("USERNAME_PASSWORD", 0);
        f35778a = iptvManager$IptvAuth$Type;
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type2 = new IptvManager$IptvAuth$Type("TOKEN", 1);
        f35779b = iptvManager$IptvAuth$Type2;
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type3 = new IptvManager$IptvAuth$Type("AUTH", 2);
        f35780c = iptvManager$IptvAuth$Type3;
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type4 = new IptvManager$IptvAuth$Type("COOKIE", 3);
        f35781d = iptvManager$IptvAuth$Type4;
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type5 = new IptvManager$IptvAuth$Type("REFERER", 4);
        f35782e = iptvManager$IptvAuth$Type5;
        IptvManager$IptvAuth$Type iptvManager$IptvAuth$Type6 = new IptvManager$IptvAuth$Type("CUSTOM_HEADER", 5);
        f35783f = iptvManager$IptvAuth$Type6;
        f35784g = new IptvManager$IptvAuth$Type[]{iptvManager$IptvAuth$Type, iptvManager$IptvAuth$Type2, iptvManager$IptvAuth$Type3, iptvManager$IptvAuth$Type4, iptvManager$IptvAuth$Type5, iptvManager$IptvAuth$Type6};
    }

    public static IptvManager$IptvAuth$Type valueOf(String str) {
        return (IptvManager$IptvAuth$Type) Enum.valueOf(IptvManager$IptvAuth$Type.class, str);
    }

    public static IptvManager$IptvAuth$Type[] values() {
        return (IptvManager$IptvAuth$Type[]) f35784g.clone();
    }
}
