- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
26 lines
594 B
Java
26 lines
594 B
Java
package com.google.android.gms.games;
|
|
|
|
import androidx.annotation.NonNull;
|
|
import com.google.android.gms.internal.games_v2.zzad;
|
|
|
|
@zzad
|
|
/* loaded from: classes2.dex */
|
|
public final class AuthenticationResult {
|
|
|
|
@NonNull
|
|
public static final AuthenticationResult zza = new AuthenticationResult(true);
|
|
|
|
@NonNull
|
|
public static final AuthenticationResult zzb = new AuthenticationResult(false);
|
|
private final boolean zzc;
|
|
|
|
private AuthenticationResult(boolean z) {
|
|
this.zzc = z;
|
|
}
|
|
|
|
@zzad
|
|
public boolean isAuthenticated() {
|
|
return this.zzc;
|
|
}
|
|
}
|