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() { } }