Show / Hide Table of Contents

Class ExternalProviderSettings

Inheritance
object
ExternalProviderSettings
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.Shared.Application.Contracts.dll
Syntax
public class ExternalProviderSettings

Constructors

ExternalProviderSettings()

Declaration
public ExternalProviderSettings()

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>

Methods

IsValid()

Declaration
public bool IsValid()
Returns
Type Description
bool
In this article
Back to top Powered by Volosoft