Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/p000authapi/zbas.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

37 lines
1.5 KiB
Java

package com.google.android.gms.internal.p000authapi;
import com.google.android.gms.common.Feature;
/* loaded from: classes3.dex */
public final class zbas {
public static final Feature zba;
public static final Feature zbb;
public static final Feature zbc;
public static final Feature zbd;
public static final Feature zbe;
public static final Feature zbf;
public static final Feature zbg;
public static final Feature zbh;
public static final Feature[] zbi;
static {
Feature feature = new Feature("auth_api_credentials_begin_sign_in", 9L);
zba = feature;
Feature feature2 = new Feature("auth_api_credentials_sign_out", 2L);
zbb = feature2;
Feature feature3 = new Feature("auth_api_credentials_authorize", 1L);
zbc = feature3;
Feature feature4 = new Feature("auth_api_credentials_revoke_access", 1L);
zbd = feature4;
Feature feature5 = new Feature("auth_api_credentials_save_password", 4L);
zbe = feature5;
Feature feature6 = new Feature("auth_api_credentials_get_sign_in_intent", 6L);
zbf = feature6;
Feature feature7 = new Feature("auth_api_credentials_save_account_linking_token", 3L);
zbg = feature7;
Feature feature8 = new Feature("auth_api_credentials_get_phone_number_hint_intent", 3L);
zbh = feature8;
zbi = new Feature[]{feature, feature2, feature3, feature4, feature5, feature6, feature7, feature8};
}
}