Class ExternalProviderSettings
Inheritance
ExternalProviderSettings
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class ExternalProviderSettings
Constructors
ExternalProviderSettings()
Declaration
public ExternalProviderSettings()
Properties
Enabled
Declaration
public bool Enabled { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Properties
Declaration
public List<ExternalProviderSettingsProperty> Properties { get; set; }
Property Value
SecretProperties
Declaration
public List<ExternalProviderSettingsProperty> SecretProperties { get; set; }
Property Value
Methods
IsValid()
Declaration
Returns
Extension Methods