C# 클래스 KMCCC.Authentication.YggdrasilDebuggableLogin

正版验证器(直接登陆)
상속: IAuthenticator
파일 보기 프로젝트 열기: cvronmin/metocraft

공개 메소드들

메소드 설명
Do ( ) : KMCCC.Authentication.AuthenticationInfo
DoAsync ( CancellationToken token ) : Task
YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, System.Guid clientToken, string authServer = null ) : System

新建正版验证器

YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, string authServer = null ) : System

新建正版验证器(随机的新ClientToken)

메소드 상세

Do() 공개 메소드

public Do ( ) : KMCCC.Authentication.AuthenticationInfo
리턴 KMCCC.Authentication.AuthenticationInfo

DoAsync() 공개 메소드

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

YggdrasilDebuggableLogin() 공개 메소드

新建正版验证器
public YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, System.Guid clientToken, string authServer = null ) : System
email string 电子邮件地址
password string 密码
twitchEnabled bool 是否启用Twitch
clientToken System.Guid clientToken
authServer string 验证服务器
리턴 System

YggdrasilDebuggableLogin() 공개 메소드

新建正版验证器(随机的新ClientToken)
public YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, string authServer = null ) : System
email string 电子邮件地址
password string 密码
twitchEnabled bool 是否启用Twitch
authServer string 验证服务器
리턴 System