Class ExternalLoginProviderInfo
Inherited Members
Namespace: Volo.Abp.Identity
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class ExternalLoginProviderInfo
Constructors
ExternalLoginProviderInfo(string, Type)
Declaration
public ExternalLoginProviderInfo(string name, Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | |
| Type | type |
Properties
Name
Declaration
public string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Declaration
public Type Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Type |