tasks  v1
Static Public Attributes | List of all members
google_tasks_api::TasksService::SCOPES Class Reference

#include <tasks_service.h>

Static Public Attributes

static const char TASKS [] = {"https://www.googleapis.com/auth/tasks"}
 
static const char TASKS_READONLY [] = {"https://www.googleapis.com/auth/tasks.readonly"}
 

Detailed Description

Declares the OAuth2.0 scopes used within Tasks API

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

Member Data Documentation

◆ TASKS

const char google_tasks_api::TasksService::SCOPES::TASKS = {"https://www.googleapis.com/auth/tasks"}
static

Create, edit, organize, and delete all your tasks.

◆ TASKS_READONLY

const char google_tasks_api::TasksService::SCOPES::TASKS_READONLY = {"https://www.googleapis.com/auth/tasks.readonly"}
static

View your tasks.


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