Class ExternalProviderTenantSettings
Inheritance
ExternalProviderTenantSettings
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class ExternalProviderTenantSettings
Constructors
ExternalProviderTenantSettings()
Declaration
public ExternalProviderTenantSettings()
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
Extension Methods