C# Class OpenTween.AuthDialog

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

Public Methods

Method Description
AuthDialog ( ) : System
DoAuth ( IWin32Window owner, Uri authUri ) : string

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

Private Methods

Method Description
AuthLinkLabel_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void

Method Details

AuthDialog() public method

public AuthDialog ( ) : System
return System

DoAuth() public static method

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