C# 클래스 Oyatel.Connect.Tutorial.Authorize

파일 보기 프로젝트 열기: Oyatel/oyatel-api-examples 1 사용 예제들

공개 메소드들

메소드 설명
Authorize ( String client_id, String redirect_uri, AuthorizationResponse callback ) : System
loginPopup ( ) : void

비공개 메소드들

메소드 설명
ProgressChanged ( object sender, System.Windows.Forms.WebBrowserProgressChangedEventArgs e ) : void
navigated_event ( object sender, System.Windows.Forms.WebBrowserNavigatedEventArgs e ) : void

메소드 상세

Authorize() 공개 메소드

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

loginPopup() 공개 메소드

public loginPopup ( ) : void
리턴 void