C# Class Oyatel.Connect.Tutorial.Authorize

Afficher le fichier Open project: Oyatel/oyatel-api-examples Class Usage Examples

Méthodes publiques

Méthode Description
Authorize ( String client_id, String redirect_uri, AuthorizationResponse callback ) : System
loginPopup ( ) : void

Private Methods

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

Method Details

Authorize() public méthode

public Authorize ( String client_id, String redirect_uri, AuthorizationResponse callback ) : System
client_id String
redirect_uri String
callback AuthorizationResponse
Résultat System

loginPopup() public méthode

public loginPopup ( ) : void
Résultat void