public Task EnableCompanyTwoFactorAuthentication(
CompanyDto company,
UserSessionData enableBy,
CancellationToken cancellationToken = default
)| UnauthorizedAccessException | Thrown if the user enableBy did not have the correct permissions |
| ArgumentNullException | Thrown if company or enableBy was |