View Source
Class TwoFactorLogin
Inheritance
System.Object
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
Type |
Description |
System.Boolean |
|
View Source
ProviderName
Declaration
public string ProviderName { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Secret
Declaration
public string Secret { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
UserOrMemberKey
Declaration
public Guid UserOrMemberKey { get; set; }
Property Value