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

Login and callback page for handling OAuth2 authentication. More...

Inheritance diagram for Google.Api.Ads.AdManager.Examples.CSharp.OAuth.OAuthLogin:

Protected Member Functions

void Page_Load (object sender, EventArgs e)
 Handles the Load event of the Page control. More...
 

Protected Attributes

global::System.Web.UI.HtmlControls.HtmlHead Head1
 Head1 control. More...
 
global::System.Web.UI.HtmlControls.HtmlForm form1
 form1 control. More...
 

Detailed Description

Login and callback page for handling OAuth2 authentication.

Member Function Documentation

void Google.Api.Ads.AdManager.Examples.CSharp.OAuth.OAuthLogin.Page_Load ( object  sender,
EventArgs  e 
)
inlineprotected

Handles the Load event of the Page control.

Parameters
senderThe source of the event.
eThe System.EventArgs instance containing the event data.

References Google.Api.Ads.AdManager.Lib.AdManagerAppConfig.AuthorizationMethod, Google.Api.Ads.Common.Lib.AppConfigBase.OAuth2Mode, and Google.Api.Ads.Common.Lib.AppConfigBase.OAuth2RefreshToken.

Member Data Documentation

global.System.Web.UI.HtmlControls.HtmlForm Google.Api.Ads.AdManager.Examples.CSharp.OAuth.OAuthLogin.form1
protected

form1 control.

Auto-generated field. To modify move field declaration from designer file to code-behind file.

global.System.Web.UI.HtmlControls.HtmlHead Google.Api.Ads.AdManager.Examples.CSharp.OAuth.OAuthLogin.Head1
protected

Head1 control.

Auto-generated field. To modify move field declaration from designer file to code-behind file.


The documentation for this class was generated from the following files: