Skip to content

SHTCGClient.ClientService.Login

github-actions[bot] edited this page Mar 9, 2026 · 2 revisions

ClientService.Login Method

Overloads
Login(Credentials) Log in to the game
Login(string, string) Log in to the game

ClientService.Login(Credentials) Method

Log in to the game

public System.Threading.Tasks.Task<bool> Login(SHTCGClient.Credentials credentials);

Parameters

credentials Credentials

Login credentials

Returns

System.Threading.Tasks.Task<System.Boolean>
Success

ClientService.Login(string, string) Method

Log in to the game

public System.Threading.Tasks.Task<bool> Login(string username, string password);

Parameters

username System.String

Your username

password System.String

Your password

Returns

System.Threading.Tasks.Task<System.Boolean>
Success

Clone this wiki locally