Class ChromewebstoreService.ScopeConstants
Available OAuth 2.0 scope constants for use with the Chrome Web Store API.
Inherited Members
Namespace: Google.Apis.Chromewebstore.v1_1
Assembly: Google.Apis.Chromewebstore.v1_1.dll
Syntax
public static class ChromewebstoreService.ScopeConstants
Fields
Chromewebstore
See, edit, update, or publish your Chrome Web Store extensions, themes, apps, and licences you have access to
Declaration
public const string Chromewebstore = "https://www.googleapis.com/auth/chromewebstore"
Field Value
| Type | Description |
|---|---|
| string |
ChromewebstoreReadonly
See and download your Chrome Web Store extensions and apps, and see licenses you have access to
Declaration
public const string ChromewebstoreReadonly = "https://www.googleapis.com/auth/chromewebstore.readonly"
Field Value
| Type | Description |
|---|---|
| string |