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