Show / Hide Table of Contents

Class PeopleServiceService.ScopeConstants

Available OAuth 2.0 scope constants for use with the People API.

Inheritance
System.Object
PeopleServiceService.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.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public static class ScopeConstants

Fields

Contacts

See, edit, download, and permanently delete your contacts

Declaration
public const string Contacts = "https://www.googleapis.com/auth/contacts"
Field Value
Type Description
System.String

ContactsReadonly

See and download your contacts

Declaration
public const string ContactsReadonly = "https://www.googleapis.com/auth/contacts.readonly"
Field Value
Type Description
System.String

UserAddressesRead

View your street addresses

Declaration
public const string UserAddressesRead = "https://www.googleapis.com/auth/user.addresses.read"
Field Value
Type Description
System.String

UserBirthdayRead

View your complete date of birth

Declaration
public const string UserBirthdayRead = "https://www.googleapis.com/auth/user.birthday.read"
Field Value
Type Description
System.String

UserEmailsRead

View your email addresses

Declaration
public const string UserEmailsRead = "https://www.googleapis.com/auth/user.emails.read"
Field Value
Type Description
System.String

UserinfoEmail

View your email address

Declaration
public const string UserinfoEmail = "https://www.googleapis.com/auth/userinfo.email"
Field Value
Type Description
System.String

UserinfoProfile

See your personal info, including any personal info you've made publicly available

Declaration
public const string UserinfoProfile = "https://www.googleapis.com/auth/userinfo.profile"
Field Value
Type Description
System.String

UserOrganizationRead

See your education, work history and org info

Declaration
public const string UserOrganizationRead = "https://www.googleapis.com/auth/user.organization.read"
Field Value
Type Description
System.String

UserPhonenumbersRead

View your phone numbers

Declaration
public const string UserPhonenumbersRead = "https://www.googleapis.com/auth/user.phonenumbers.read"
Field Value
Type Description
System.String
Back to top