IAzureCosmosDbEnableCompanyMfa Method

Enables Multi-Factor Authentication (MFA) for all accounts within the specified company.

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
Task EnableCompanyMfa(
	CompanyDto company,
	UserSessionData enableBy,
	CancellationToken cancellationToken = default
)

Parameters

company  CompanyDto
The company for which MFA is to be enabled.
enableBy  UserSessionData
The user session data of the person enabling MFA.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

Task
Task completion

See Also