Overload List
| Name | Description | |
|---|---|---|
| BecomeAsync(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.
| |
| BecomeAsync(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