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