Class Oauth2Service.ScopeConstants
Available OAuth 2.0 scope constants for use with the Google OAuth2 API.
Inherited Members
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 |