Class TUserAuthenticationFactor
- Namespace
- InSite.Persistence
- Assembly
- InSite.Persistence.dll
public class TUserAuthenticationFactor
- Inheritance
-
TUserAuthenticationFactor
- Inherited Members
-
Constructors
TUserAuthenticationFactor()
public TUserAuthenticationFactor()
Properties
OtpMode
public OtpModes OtpMode { get; set; }
Property Value
- OtpModes
OtpRecoveryPhrases
public string OtpRecoveryPhrases { get; set; }
Property Value
- string
OtpTokenRefreshed
public DateTimeOffset OtpTokenRefreshed { get; set; }
Property Value
- DateTimeOffset
OtpTokenSecret
public string OtpTokenSecret { get; set; }
Property Value
- string
ShortCookieTokenStartTime
public DateTimeOffset? ShortCookieTokenStartTime { get; set; }
Property Value
- DateTimeOffset?
ShortLivedCookieToken
public Guid? ShortLivedCookieToken { get; set; }
Property Value
- Guid?
User
public virtual User User { get; set; }
Property Value
- User
UserAuthenticationFactorIdentifier
public Guid UserAuthenticationFactorIdentifier { get; set; }
Property Value
- Guid
UserIdentifier
public Guid UserIdentifier { get; set; }
Property Value
- Guid