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