LoginUser
class LoginUser(validateUserEmail: ValidateUserEmail, userRepository: UserRepository) : AsyncFailableUseCase<LoginUser.Params, AppError, Unit>
Logs in the user with the provided Params.credentials
Logs in the user with the provided Params.credentials