C# Class OpenTween.AuthDialog

OAuth認証のPINコードの入力を求めるダイアログ
Inheritance: OpenTween.OTBaseForm
Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
AuthDialog ( ) : System
DoAuth ( IWin32Window owner, Uri authUri ) : string

指定されたURLにユーザーがアクセスするように指示してPINを入力させるだけ

Private Methods

Méthode Description
AuthLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

AuthDialog() public méthode

public AuthDialog ( ) : System
Résultat System

DoAuth() public static méthode

指定されたURLにユーザーがアクセスするように指示してPINを入力させるだけ
public static DoAuth ( IWin32Window owner, Uri authUri ) : string
owner IWin32Window 親ウィンドウ
authUri System.Uri 認証URL
Résultat string