Show / Hide Table of Contents

Class WebmastersService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Search Console API.

Inheritance
System.Object
WebmastersService.ScopeConstants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Webmasters.v3
Assembly: Google.Apis.Webmasters.v3.dll
Syntax
public static class ScopeConstants

Fields

Webmasters

View and manage Search Console data for your verified sites

Declaration
public const string Webmasters = "https://www.googleapis.com/auth/webmasters"
Field Value
Type Description
System.String

WebmastersReadonly

View Search Console data for your verified sites

Declaration
public const string WebmastersReadonly = "https://www.googleapis.com/auth/webmasters.readonly"
Field Value
Type Description
System.String
In This Article
Back to top