Show / Hide Table of Contents

Class UpdateExternalProviderDto

Inheritance
object
UpdateExternalProviderDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Account
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
Type Description
bool

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Properties

Declaration
public List<ExternalProviderSettingsProperty> Properties { get; set; }
Property Value
Type Description
List<ExternalProviderSettingsProperty>

SecretProperties

Declaration
public List<ExternalProviderSettingsProperty> SecretProperties { get; set; }
Property Value
Type Description
List<ExternalProviderSettingsProperty>
In this article
Back to top Powered by Volosoft