MfaSmsInputModel Class

Input model for the SMS Multi-Factor Authentication Model

Definition

Namespace: MobileTrack.Web.Components.Models
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public sealed class MfaSmsInputModel : IHasPhoneNumber
Inheritance
Object    MfaSmsInputModel
Implements
IHasPhoneNumber

Constructors

MfaSmsInputModelInitializes a new instance of the MfaSmsInputModel class

Properties

PhoneNumber Represents a phone number of a user.
VerificationCode Verification code

Extension Methods

IsPhoneNumberValid Checks whether the PhoneNumber property has been properly filled in.
(Defined by ModelValidatorsExtensions)

See Also