C# Class MTMCL.Launch.Login.YggdrasilValidateAuth

Inheritance: IAuth
ファイルを表示 Open project: cvronmin/metocraft

Public Methods

Method Description
Login ( ) : AuthInfo
LoginAsync ( CancellationToken token ) : Task
YggdrasilValidateAuth ( string at ) : System
YggdrasilValidateAuth ( string at, YggdrasilHelper helper ) : System

Method Details

Login() public method

public Login ( ) : AuthInfo
return AuthInfo

LoginAsync() public method

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

YggdrasilValidateAuth() public method

public YggdrasilValidateAuth ( string at ) : System
at string
return System

YggdrasilValidateAuth() public method

public YggdrasilValidateAuth ( string at, YggdrasilHelper helper ) : System
at string
helper YggdrasilHelper
return System