View Source
Class TwoFactorLogin
Assembly: Umbraco.Core.dll
Syntax
public class TwoFactorLogin : EntityBase, ITwoFactorLogin, IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View Source
Confirmed
Declaration
public bool Confirmed { get; set; }
Property Value
View Source
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
View Source
Secret
Declaration
public string Secret { get; set; }
Property Value
View Source
UserOrMemberKey
Declaration
public Guid UserOrMemberKey { get; set; }
Property Value