Show / Hide Table of Contents

Class KeepService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Keep API.

Inheritance
object
KeepService.ScopeConstants
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Keep.v1
Assembly: Google.Apis.Keep.v1.dll
Syntax
public static class KeepService.ScopeConstants

Fields

Keep

See, edit, create and permanently delete all your Google Keep data

Declaration
public const string Keep = "https://www.googleapis.com/auth/keep"
Field Value
Type Description
string

KeepReadonly

View all your Google Keep data

Declaration
public const string KeepReadonly = "https://www.googleapis.com/auth/keep.readonly"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX