Show / Hide Table of Contents

Class GamesService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Play Game Services API.

Inheritance
System.Object
GamesService.ScopeConstants
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public static class ScopeConstants : object

Fields

DriveAppdata

View and manage its own configuration data in your Google Drive

Declaration
public const string DriveAppdata = null
Field Value
Type Description
System.String

Games

Create, edit, and delete your Google Play Games activity

Declaration
public const string Games = null
Field Value
Type Description
System.String
Back to top