Show / Hide Table of Contents

Class AdExchangeBuyerService.ScopeConstants

Available OAuth 2.0 scope constants for use with the Ad Exchange Buyer API.

Inheritance
System.Object
AdExchangeBuyerService.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.AdExchangeBuyer.v1_4
Assembly: Google.Apis.AdExchangeBuyer.v1_4.dll
Syntax
public static class ScopeConstants

Fields

AdexchangeBuyer

Manage your Ad Exchange buyer account configuration

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