Class PeopleServiceService.ScopeConstants
Available OAuth 2.0 scope constants for use with the People API.
Inherited Members
Namespace: Google.Apis.PeopleService.v1
Assembly: Google.Apis.PeopleService.v1.dll
Syntax
public static class PeopleServiceService.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 |
---|---|
string |
ContactsOtherReadonly
See and download contact info automatically saved in your "Other contacts"
Declaration
public const string ContactsOtherReadonly = "https://www.googleapis.com/auth/contacts.other.readonly"
Field Value
Type | Description |
---|---|
string |
ContactsReadonly
See and download your contacts
Declaration
public const string ContactsReadonly = "https://www.googleapis.com/auth/contacts.readonly"
Field Value
Type | Description |
---|---|
string |
DirectoryReadonly
See and download your organization's GSuite directory
Declaration
public const string DirectoryReadonly = "https://www.googleapis.com/auth/directory.readonly"
Field Value
Type | Description |
---|---|
string |
UserAddressesRead
View your street addresses
Declaration
public const string UserAddressesRead = "https://www.googleapis.com/auth/user.addresses.read"
Field Value
Type | Description |
---|---|
string |
UserBirthdayRead
See and download your exact date of birth
Declaration
public const string UserBirthdayRead = "https://www.googleapis.com/auth/user.birthday.read"
Field Value
Type | Description |
---|---|
string |
UserEmailsRead
See and download all of your Google Account email addresses
Declaration
public const string UserEmailsRead = "https://www.googleapis.com/auth/user.emails.read"
Field Value
Type | Description |
---|---|
string |
UserGenderRead
See your gender
Declaration
public const string UserGenderRead = "https://www.googleapis.com/auth/user.gender.read"
Field Value
Type | Description |
---|---|
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 |
---|---|
string |
UserPhonenumbersRead
See and download your personal phone numbers
Declaration
public const string UserPhonenumbersRead = "https://www.googleapis.com/auth/user.phonenumbers.read"
Field Value
Type | Description |
---|---|
string |
UserinfoEmail
See your primary Google Account email address
Declaration
public const string UserinfoEmail = "https://www.googleapis.com/auth/userinfo.email"
Field Value
Type | Description |
---|---|
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 |
---|---|
string |