C# Class KMCCC.Authentication.YggdrasilDebuggableLogin

正版验证器(直接登陆)
Inheritance: IAuthenticator
Mostrar archivo Open project: cvronmin/metocraft

Public Methods

Method Description
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)

Method Details

Do() public method

public Do ( ) : KMCCC.Authentication.AuthenticationInfo
return KMCCC.Authentication.AuthenticationInfo

DoAsync() public method

public DoAsync ( CancellationToken token ) : Task
token System.Threading.CancellationToken
return Task

YggdrasilDebuggableLogin() public method

新建正版验证器
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 验证服务器
return System

YggdrasilDebuggableLogin() public method

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