C# 클래스 KMCCC.Authentication.YggdrasilDebuggableRefresh

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

공개 메소드들

메소드 설명
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)

메소드 상세

Do() 공개 메소드

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

DoAsync() 공개 메소드

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

YggdrasilDebuggableRefresh() 공개 메소드

新建正版验证器
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
리턴 System

YggdrasilDebuggableRefresh() 공개 메소드

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