C# 클래스 SimpleAuth.iOS.WebAuthenticatorViewController

상속: UIViewController
파일 보기 프로젝트 열기: Clancey/SimpleAuth 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Authenticator SimpleAuth.iOS.WebAuthenticator

Private Properties

프로퍼티 타입 설명
BeginLoadingInitialUrl System.Threading.Tasks.Task
Cancel void
ClearCookies void
HandleBrowsingCompleted void
LoadCookies void
LoadInitialUrl void
MonitorAuthenticator System.Threading.Tasks.Task
RealLoading System.Threading.Tasks.Task

공개 메소드들

메소드 설명
WebAuthenticatorViewController ( SimpleAuth.iOS.WebAuthenticator authenticator ) : System

비공개 메소드들

메소드 설명
BeginLoadingInitialUrl ( ) : System.Threading.Tasks.Task
Cancel ( ) : void
ClearCookies ( ) : void
HandleBrowsingCompleted ( object sender, EventArgs e ) : void
LoadCookies ( ) : void
LoadInitialUrl ( Uri url ) : void
MonitorAuthenticator ( ) : System.Threading.Tasks.Task
RealLoading ( ) : System.Threading.Tasks.Task

메소드 상세

WebAuthenticatorViewController() 공개 메소드

public WebAuthenticatorViewController ( SimpleAuth.iOS.WebAuthenticator authenticator ) : System
authenticator SimpleAuth.iOS.WebAuthenticator
리턴 System

프로퍼티 상세

Authenticator 공개적으로 프로퍼티

public WebAuthenticator,SimpleAuth.iOS Authenticator
리턴 SimpleAuth.iOS.WebAuthenticator