IAzureCosmosDbCreateMfa Method
Creates a new mfa in the database
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<MfaConnectionDto> CreateMfa(
MfaConnectionDto mfaConnection,
AccountDto createdBy,
string ipAddress,
CancellationToken cancellationToken = default
)
- mfaConnection MfaConnectionDto
- Mfa connection to create
- createdBy AccountDto
- User creating the environment
- ipAddress String
- IP Address of the createdBy
- cancellationToken CancellationToken (Optional)
- Cancellation token (optional)
TaskMfaConnectionDtoCosmos DB Object-creation
Task