C# Class Oyatel.Connect.Tutorial.Authorize

Datei anzeigen Open project: Oyatel/oyatel-api-examples Class Usage Examples

Public Methods

Method Description
Authorize ( String client_id, String redirect_uri, AuthorizationResponse callback ) : System
loginPopup ( ) : void

Private Methods

Method Description
ProgressChanged ( object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e ) : void
navigated_event ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void

Method Details

Authorize() public method

public Authorize ( String client_id, String redirect_uri, AuthorizationResponse callback ) : System
client_id String
redirect_uri String
callback AuthorizationResponse
return System

loginPopup() public method

public loginPopup ( ) : void
return void