Show / Hide Table of Contents

Class Oauth2Service.Scope

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

Inheritance
object
Oauth2Service.Scope
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Oauth2.v2
Assembly: Google.Apis.Oauth2.v2.dll
Syntax
public class Oauth2Service.Scope

Fields

Openid

Associate you with your personal info on Google

Declaration
public static string Openid
Field Value
Type Description
string

UserinfoEmail

See your primary Google Account email address

Declaration
public static string UserinfoEmail
Field Value
Type Description
string

UserinfoProfile

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

Declaration
public static string UserinfoProfile
Field Value
Type Description
string
In this article
Back to top Generated by DocFX