Show / Hide Table of Contents

Class ExternalProviderItemWithSecretDto

Inheritance
object
ExternalProviderItemWithSecretDto
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.ExternalProviders
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
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>

Success

Declaration
public bool Success { get; set; }
Property Value
Type Description
bool
In this article
Back to top Powered by Volosoft