C# 클래스 AltitudeAngelWings.ApiClient.CodeProvider.WpfAuthorizeDisplay

Provides auth code URIs from an auth URI.
상속: System.Windows.Window, IAuthorizeCodeProvider
파일 보기 프로젝트 열기: ArduPilot/MissionPlanner 1 사용 예제들

공개 메소드들

메소드 설명
GetCodeUri ( Uri authorizeUri, Uri redirectUri ) : Task
WpfAuthorizeDisplay ( ) : System

Constructor. Ensure this is called from the UI thread.

비공개 메소드들

메소드 설명
WebBrowserOnNavigating ( object sender, System.Windows.Navigation.NavigatingCancelEventArgs navigatingCancelEventArgs ) : void

메소드 상세

GetCodeUri() 공개 메소드

public GetCodeUri ( Uri authorizeUri, Uri redirectUri ) : Task
authorizeUri System.Uri
redirectUri System.Uri
리턴 Task

WpfAuthorizeDisplay() 공개 메소드

Constructor. Ensure this is called from the UI thread.
public WpfAuthorizeDisplay ( ) : System
리턴 System