Class ExternalLoginProviderDto
Inheritance
ExternalLoginProviderDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class ExternalLoginProviderDto
Constructors
ExternalLoginProviderDto(string, bool)
Declaration
public ExternalLoginProviderDto(string name, bool canObtainUserInfoWithoutPassword)
Parameters
| Type |
Name |
Description |
| string |
name |
|
| bool |
canObtainUserInfoWithoutPassword |
|
Properties
CanObtainUserInfoWithoutPassword
Declaration
public bool CanObtainUserInfoWithoutPassword { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
Extension Methods