Show / Hide Table of Contents

Class Oauth2Service.ScopeConstants

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

Inheritance
object
Oauth2Service.ScopeConstants
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 static class Oauth2Service.ScopeConstants

Fields

Openid

Associate you with your personal info on Google

Declaration
public const string Openid = "openid"
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
In this article
Back to top Generated by DocFX