Interface ITwoFactorLogin
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface ITwoFactorLogin : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View SourceProviderName
Declaration
string ProviderName { get; }
Property Value
Type | Description |
---|---|
System.String |
Secret
Declaration
string Secret { get; }
Property Value
Type | Description |
---|---|
System.String |
UserOrMemberKey
Declaration
Guid UserOrMemberKey { get; }
Property Value
Type | Description |
---|---|
Guid |