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