C# 클래스 MTMCL.Launch.Login.YggdrasilLoginAuth

상속: IAuth
파일 보기 프로젝트 열기: cvronmin/metocraft

공개 메소드들

메소드 설명
Login ( ) : AuthInfo
LoginAsync ( CancellationToken token ) : Task
YggdrasilLoginAuth ( string em, string pw ) : System
YggdrasilLoginAuth ( string em, string pw, YggdrasilHelper helper ) : System

메소드 상세

Login() 공개 메소드

public Login ( ) : AuthInfo
리턴 AuthInfo

LoginAsync() 공개 메소드

public LoginAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
리턴 Task

YggdrasilLoginAuth() 공개 메소드

public YggdrasilLoginAuth ( string em, string pw ) : System
em string
pw string
리턴 System

YggdrasilLoginAuth() 공개 메소드

public YggdrasilLoginAuth ( string em, string pw, YggdrasilHelper helper ) : System
em string
pw string
helper YggdrasilHelper
리턴 System