Class SignInBasePage.SignInUserMFA
- Namespace
- InSite.UI.Layout.Lobby.Controls
- Assembly
- InSite.UI.dll
public class SignInBasePage.SignInUserMFA
- Inheritance
-
SignInBasePage.SignInUserMFA
- Inherited Members
-
Constructors
SignInUserMFA()
SignInUserMFA(TUserAuthenticationFactor)
public SignInUserMFA(TUserAuthenticationFactor mfa)
Parameters
mfa TUserAuthenticationFactor
Properties
MFAIdentifier
public Guid MFAIdentifier { get; set; }
Property Value
- Guid
OtpMode
public OtpModes OtpMode { get; set; }
Property Value
- OtpModes
OtpRecoveryPharases
public string OtpRecoveryPharases { get; set; }
Property Value
- string
OtpTokenSecret
public byte[] OtpTokenSecret { get; set; }
Property Value
- byte[]
ShortCookieTokenStartTime
public DateTimeOffset? ShortCookieTokenStartTime { get; set; }
Property Value
- DateTimeOffset?
ShortLivedCookieToken
public Guid? ShortLivedCookieToken { get; set; }
Property Value
- Guid?
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid