games  v1
Static Public Attributes | List of all members
google_games_api::GamesService::SCOPES Class Reference

#include <games_service.h>

Static Public Attributes

static const char DRIVE_APPDATA [] = {"https://www.googleapis.com/auth/drive.appdata"}
 
static const char GAMES [] = {"https://www.googleapis.com/auth/games"}
 

Detailed Description

Declares the OAuth2.0 scopes used within Google Play Game Services API

These scopes shoudl be used when asking for credentials to invoke methods in the GamesService.

Member Data Documentation

◆ DRIVE_APPDATA

const char google_games_api::GamesService::SCOPES::DRIVE_APPDATA = {"https://www.googleapis.com/auth/drive.appdata"}
static

View and manage its own configuration data in your Google Drive.

◆ GAMES

const char google_games_api::GamesService::SCOPES::GAMES = {"https://www.googleapis.com/auth/games"}
static

Create, edit, and delete your Google Play Games activity.


The documentation for this class was generated from the following files: