C# Class KMCCC.Authentication.YggdrasilDebuggableRefresh

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

Public Methods

Method Description
Do ( ) : KMCCC.Authentication.AuthenticationInfo
DoAsync ( CancellationToken token ) : Task
YggdrasilDebuggableRefresh ( System.Guid accessToken, bool twitchEnabled, System.Guid clientToken, string authServer = null ) : System

新建正版验证器

YggdrasilDebuggableRefresh ( System.Guid accessToken, 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

YggdrasilDebuggableRefresh() public method

新建正版验证器
public YggdrasilDebuggableRefresh ( System.Guid accessToken, bool twitchEnabled, System.Guid clientToken, string authServer = null ) : System
accessToken System.Guid 合法的Token
twitchEnabled bool 是否启用Twitch
clientToken System.Guid clientToken
authServer string
return System

YggdrasilDebuggableRefresh() public method

新建正版验证器(随机的新ClientToken)
public YggdrasilDebuggableRefresh ( System.Guid accessToken, bool twitchEnabled, string authServer = null ) : System
accessToken System.Guid 合法的Token
twitchEnabled bool 是否启用Twitch
authServer string
return System