Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Package Google.Api.Ads.AdManager.Examples.CSharp.OAuth

Classes

class  ConsoleExample
 This code example shows how to run an Ad Manager API command line application while incorporating the OAuth2 installed application flow into your application. If your application uses a single Google login to make calls to all your accounts, you shouldn't use this code example. Instead, you should run Common\Util\OAuth2TokenGenerator.cs to generate a refresh token and set that in user.Config.OAuth2RefreshToken field, or set OAuth2RefreshToken key in your App.config / Web.config. More...
 
class  Default
 Code-behind class for Default.aspx. More...
 
class  OAuthLogin
 Login and callback page for handling OAuth2 authentication. More...