Skip to content

Login

Namespace: SlottyMedia.DatabaseSeeding

Login class to handle user login and logout operations for the seeding process.

public class Login

Inheritance ObjectLogin

Constructors

Login()

public Login()

Methods

LoginUser(Client)

Login the user with the given client.

public Task LoginUser(Client client)

Parameters

client Client

Returns

Task

LogoutUser(Client)

This method logs out the user.

public Task LogoutUser(Client client)

Parameters

client Client

Returns

Task