Login
Namespace: SlottyMedia.DatabaseSeeding
Login class to handle user login and logout operations for the seeding process.
public class Login
Constructors
Login()
public Login()
Methods
LoginUser(Client)
Login the user with the given client.
public Task LoginUser(Client client)
Parameters
client Client
Returns
LogoutUser(Client)
This method logs out the user.
public Task LogoutUser(Client client)
Parameters
client Client