Interface ITwoFactorLogin
Represents a two-factor authentication login configuration.
Namespace: Umbraco.Cms.Core.Models
Assembly: Umbraco.Core.dll
Syntax
public interface ITwoFactorLogin : IEntity, IDeepCloneable, IRememberBeingDirty, ICanBeDirty
Properties
View SourceProviderName
Gets the name of the two-factor authentication provider.
Declaration
string ProviderName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Secret
Gets the secret key used for two-factor authentication.
Declaration
string Secret { get; }
Property Value
| Type | Description |
|---|---|
| string |
UserOrMemberKey
Gets the unique identifier of the user or member associated with this login.
Declaration
Guid UserOrMemberKey { get; }
Property Value
| Type | Description |
|---|---|
| Guid |