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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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