Table of Contents

Class OneTimeCodeModel

Namespace
Dynamicweb.CoreUI.Rendering.Models
Assembly
Dynamicweb.CoreUI.Rendering.dll
public sealed class OneTimeCodeModel : LoginModelBase
Inheritance
OneTimeCodeModel
Inherited Members

Constructors

OneTimeCodeModel()

public OneTimeCodeModel()

Properties

OneTimeCode

[Required]
[Length(6, 6)]
public string? OneTimeCode { get; set; }

Property Value

string

Methods

ClearSensitiveData()

public override void ClearSensitiveData()
To top