View Source
Class UserTwoFactorProviderModel
Assembly: Umbraco.Core.dll
Syntax
[DataContract]
public class UserTwoFactorProviderModel
Constructors
View Source
UserTwoFactorProviderModel(string, bool)
Declaration
public UserTwoFactorProviderModel(string providerName, bool isEnabledOnUser)
Parameters
| Type |
Name |
Description |
| string |
providerName |
|
| bool |
isEnabledOnUser |
|
Properties
View Source
IsEnabledOnUser
Declaration
[DataMember(Name = "isEnabledOnUser")]
public bool IsEnabledOnUser { get; }
Property Value
View Source
ProviderName
Declaration
[DataMember(Name = "providerName")]
public string ProviderName { get; }
Property Value