login

abstract suspend fun login(credentials: UserCredentials): Either<AppError, Unit>

Logs in the user with the given credentials UserCredentials.