Show / Hide Table of Contents

Class ExternalProviderDefinitionProperty

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

Constructors

ExternalProviderDefinitionProperty()

Declaration
public ExternalProviderDefinitionProperty()

Properties

IsSecret

Declaration
public bool IsSecret { get; set; }
Property Value
Type Description
bool

PropertyName

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