C# Класс KMCCC.Authentication.YggdrasilDebuggableLogin

正版验证器(直接登陆)
Наследование: IAuthenticator
Показать файл Открыть проект

Открытые методы

Метод Описание
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