Overload List
| Name | Description | |
|---|---|---|
| LogInAsync(String, String) |
Logs in a user with a username and password. On success, this saves the session to disk so you
can retrieve the currently logged in user using CurrentUser.
| |
| LogInAsync(String, String, CancellationToken) |
Logs in a user with a username and password. On success, this saves the session to disk so you
can retrieve the currently logged in user using CurrentUser.
|
See Also