Show / Hide Table of Contents

Class PlusService.Scope

Available OAuth 2.0 scopes for use with the Google+ API.

Inheritance
System.Object
PlusService.Scope
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 class Scope

Fields

PlusLogin

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

Declaration
public static string PlusLogin
Field Value
Type Description
System.String

PlusMe

Associate you with your personal info on Google

Declaration
public static string PlusMe
Field Value
Type Description
System.String

UserinfoEmail

View your email address

Declaration
public static string UserinfoEmail
Field Value
Type Description
System.String

UserinfoProfile

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

Declaration
public static string UserinfoProfile
Field Value
Type Description
System.String
Back to top