Show / Hide Table of Contents

Class PlusService.ScopeConstants

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

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

Fields

PlusLogin

View your basic profile info, including your age range and language

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

PlusMe

Associate you with your personal info on Google

Declaration
public const string PlusMe = "https://www.googleapis.com/auth/plus.me"
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
Back to top