Class ExternalProviderItemWithSecretDto
Inheritance
ExternalProviderItemWithSecretDto
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class ExternalProviderItemWithSecretDto
Constructors
ExternalProviderItemWithSecretDto()
Declaration
public ExternalProviderItemWithSecretDto()
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
Success
Declaration
public bool Success { get; set; }
Property Value
Extension Methods