Class ExternalLoginProviderDictionary
Inheritance
System.Object
ExternalLoginProviderDictionary
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class ExternalLoginProviderDictionary : Dictionary<string, ExternalLoginProviderInfo>
Methods
Add<TProvider>(String)
Adds or replaces a provider.
Declaration
public void Add<TProvider>(string name)
where TProvider : IExternalLoginProvider
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | name |
Type Parameters
| Name | Description |
|---|---|
| TProvider |