-
Notifications
You must be signed in to change notification settings - Fork 0
SHTCGClient.ClientService.Login
github-actions[bot] edited this page Mar 9, 2026
·
2 revisions
| Overloads | |
|---|---|
| Login(Credentials) | Log in to the game |
| Login(string, string) | Log in to the game |
Log in to the game
public System.Threading.Tasks.Task<bool> Login(SHTCGClient.Credentials credentials);credentials Credentials
Login credentials
System.Threading.Tasks.Task<System.Boolean>
Success
Log in to the game
public System.Threading.Tasks.Task<bool> Login(string username, string password);username System.String
Your username
password System.String
Your password