Show / Hide Table of Contents

Class SiteVerificationService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Google Site Verification API.

Inheritance
object
SiteVerificationService.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.SiteVerification.v1
Assembly: Google.Apis.SiteVerification.v1.dll
Syntax
public static class SiteVerificationService.ScopeConstants

Fields

Siteverification

Manage the list of sites and domains you control

Declaration
public const string Siteverification = "https://www.googleapis.com/auth/siteverification"
Field Value
Type Description
string

SiteverificationVerifyOnly

Manage your new site verifications with Google

Declaration
public const string SiteverificationVerifyOnly = "https://www.googleapis.com/auth/siteverification.verify_only"
Field Value
Type Description
string
In this article
Back to top Generated by DocFX