Show / Hide Table of Contents

Class AdsenseService.ScopeConstants

Available OAuth 2.0 scope constants for use with the AdSense Management API.

Inheritance
object
AdsenseService.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.Adsense.v2
Assembly: Google.Apis.Adsense.v2.dll
Syntax
public static class AdsenseService.ScopeConstants

Fields

Adsense

View and manage your AdSense data

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

AdsenseReadonly

View your AdSense data

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