Show / Hide Table of Contents

Class AdMobService.ScopeConstants

Available OAuth 2.0 scope constants for use with the AdMob API.

Inheritance
object
AdMobService.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.AdMob.v1beta
Assembly: Google.Apis.AdMob.v1beta.dll
Syntax
public static class AdMobService.ScopeConstants

Fields

AdmobReadonly

See your AdMob data

Declaration
public const string AdmobReadonly = "https://www.googleapis.com/auth/admob.readonly"
Field Value
Type Description
string

AdmobReport

See your AdMob data

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