MfaTwilioService Class

Service for sending and verifying MFA codes using Twilio.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public sealed class MfaTwilioService : IDisposable
Inheritance
Object    MfaTwilioService
Implements
IDisposable

Constructors

MfaTwilioService Initializes a new instance of the MfaTwilioService class.

Methods

DisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
SendVerificationCode Method to send a verification code to a phone number.
VerifyCodeTask to verify a code sent to a phone number.

See Also