Show / Hide Table of Contents

Class ExternalProviderDefinition

Inheritance
object
ExternalProviderDefinition
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 ExternalProviderDefinition

Constructors

ExternalProviderDefinition()

Declaration
public ExternalProviderDefinition()

Properties

Name

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

Properties

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