17 lines
408 B
Java
17 lines
408 B
Java
package com.google.android.gms.common;
|
|
|
|
import com.google.android.gms.common.annotation.KeepForSdk;
|
|
import com.google.android.gms.common.internal.ShowFirstParty;
|
|
|
|
@ShowFirstParty
|
|
@KeepForSdk
|
|
/* loaded from: classes3.dex */
|
|
public class FirstPartyScopes {
|
|
|
|
@KeepForSdk
|
|
public static final String GAMES_1P = "https://www.googleapis.com/auth/games.firstparty";
|
|
|
|
private FirstPartyScopes() {
|
|
}
|
|
}
|