Show / Hide Table of Contents

Class ChromewebstoreService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Chrome Web Store API.

Inheritance
object
ChromewebstoreService.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.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
In this article
Back to top Generated by DocFX