19 lines
505 B
Java
19 lines
505 B
Java
|
package com.google.android.gms.internal.p002firebaseauthapi;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class zzht {
|
||
|
public static final zzht zza = new zzht("TINK");
|
||
|
public static final zzht zzb = new zzht("CRUNCHY");
|
||
|
public static final zzht zzc = new zzht("LEGACY");
|
||
|
public static final zzht zzd = new zzht("NO_PREFIX");
|
||
|
private final String zze;
|
||
|
|
||
|
public final String toString() {
|
||
|
return this.zze;
|
||
|
}
|
||
|
|
||
|
private zzht(String str) {
|
||
|
this.zze = str;
|
||
|
}
|
||
|
}
|