IAzureCosmosDbCreateMfa Method
Creates a new mfa in the database
Namespace: MobileTrack.DataContainers.CosmosAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
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