Method | Description | |
---|---|---|
Do ( ) : KMCCC.Authentication.AuthenticationInfo | ||
DoAsync ( |
||
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)
|
public Do ( ) : KMCCC.Authentication.AuthenticationInfo | ||
return | KMCCC.Authentication.AuthenticationInfo |
public DoAsync ( |
||
token | ||
return | Task |
public YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, System.Guid clientToken, string authServer = null ) : System | ||
string | 电子邮件地址 | |
password | string | 密码 |
twitchEnabled | bool | 是否启用Twitch |
clientToken | System.Guid | clientToken |
authServer | string | 验证服务器 |
return | System |
public YggdrasilDebuggableLogin ( string email, string password, bool twitchEnabled, string authServer = null ) : System | ||
string | 电子邮件地址 | |
password | string | 密码 |
twitchEnabled | bool | 是否启用Twitch |
authServer | string | 验证服务器 |
return | System |