IAzureCosmosDbGetMfaById Method

Get mfa by its ID

Definition

Namespace: MobileTrack.DataContainers.Cosmos
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
Task<MfaConnectionDto?> GetMfaById(
	Guid mfaId,
	CancellationToken cancellationToken = default
)

Parameters

mfaId  Guid
The Guid of the mfa.
cancellationToken  CancellationToken  (Optional)
Cancellation token

Return Value

TaskMfaConnectionDto
MfaConnectionDtoobject

See Also