Class TasksService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Tasks API.
Inheritance
System.Object
TasksService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Tasks.v1
Assembly: Google.Apis.Tasks.v1.dll
Syntax
public static class 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 |
---|---|
System.String |
TasksReadonly
View your tasks
Declaration
public const string TasksReadonly = "https://www.googleapis.com/auth/tasks.readonly"
Field Value
Type | Description |
---|---|
System.String |