Class TasksService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google Tasks API.
Inherited Members
Namespace: Google.Apis.Tasks.v1
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public static class TasksService.ScopeConstants
Fields
Tasks
Create, edit, organize, and delete all your tasks
Declaration
public const string Tasks = "https://www.googleapis.com/auth/tasks"
Field Value
Type | Description |
---|---|
string |
TasksReadonly
View your tasks
Declaration
public const string TasksReadonly = "https://www.googleapis.com/auth/tasks.readonly"
Field Value
Type | Description |
---|---|
string |