C# 클래스 SimpleAuth.Authenticator

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

보호된 프로퍼티들

프로퍼티 타입 설명
tokenTask TaskCompletionSource

공개 메소드들

메소드 설명
Authenticator ( ) : System
GetAuthCode ( ) : Task
OnCancelled ( ) : void
OnError ( string error ) : void

보호된 메소드들

메소드 설명
FoundAuthCode ( string authCode ) : void

메소드 상세

Authenticator() 공개 메소드

public Authenticator ( ) : System
리턴 System

FoundAuthCode() 보호된 메소드

protected FoundAuthCode ( string authCode ) : void
authCode string
리턴 void

GetAuthCode() 공개 메소드

public GetAuthCode ( ) : Task
리턴 Task

OnCancelled() 공개 메소드

public OnCancelled ( ) : void
리턴 void

OnError() 공개 메소드

public OnError ( string error ) : void
error string
리턴 void

프로퍼티 상세

tokenTask 보호되어 있는 프로퍼티

protected TaskCompletionSource tokenTask
리턴 TaskCompletionSource