Class ExternalProviderSettingsProperty
Inherited Members
Namespace: Volo.Abp.Account.ExternalProviders
Assembly: Volo.Abp.Account.Pro.Shared.Application.Contracts.dll
Syntax
public class ExternalProviderSettingsProperty : NameValue<string>
Constructors
ExternalProviderSettingsProperty()
Declaration
public ExternalProviderSettingsProperty()
ExternalProviderSettingsProperty(string, string)
Declaration
public ExternalProviderSettingsProperty(string name, string value)
Parameters
Type | Name | Description |
---|---|---|
string | name | |
string | value |