Show / Hide Table of Contents

Class AdsenseService.ScopeConstants

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

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

Fields

Adsense

View and manage your AdSense data

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

AdsenseReadonly

View your AdSense data

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