package com.google.android.gms.common; import androidx.annotation.NonNull; import com.google.android.gms.common.annotation.KeepForSdk; /* loaded from: classes2.dex */ public final class Scopes { @NonNull public static final String APP_STATE = "https://www.googleapis.com/auth/appstate"; @NonNull public static final String CLOUD_SAVE = "https://www.googleapis.com/auth/datastoremobile"; @NonNull public static final String DRIVE_APPFOLDER = "https://www.googleapis.com/auth/drive.appdata"; @NonNull @KeepForSdk public static final String DRIVE_APPS = "https://www.googleapis.com/auth/drive.apps"; @NonNull public static final String DRIVE_FILE = "https://www.googleapis.com/auth/drive.file"; @NonNull @KeepForSdk public static final String DRIVE_FULL = "https://www.googleapis.com/auth/drive"; @NonNull public static final String EMAIL = "email"; @NonNull public static final String GAMES = "https://www.googleapis.com/auth/games"; @NonNull @KeepForSdk public static final String GAMES_LITE = "https://www.googleapis.com/auth/games_lite"; @NonNull @KeepForSdk public static final String LEGACY_USERINFO_EMAIL = "https://www.googleapis.com/auth/userinfo.email"; @NonNull @KeepForSdk public static final String LEGACY_USERINFO_PROFILE = "https://www.googleapis.com/auth/userinfo.profile"; @NonNull @KeepForSdk public static final String OPEN_ID = "openid"; @NonNull @Deprecated public static final String PLUS_LOGIN = "https://www.googleapis.com/auth/plus.login"; @NonNull public static final String PLUS_ME = "https://www.googleapis.com/auth/plus.me"; @NonNull public static final String PROFILE = "profile"; private Scopes() { } }