Class ExternalLoginUserInfo
Inheritance
ExternalLoginUserInfo
Assembly: Volo.Abp.Identity.Domain.dll
Syntax
public class ExternalLoginUserInfo
Constructors
ExternalLoginUserInfo(string)
Declaration
public ExternalLoginUserInfo(string email)
Parameters
| Type |
Name |
Description |
| string |
email |
|
Properties
Email
Declaration
public string Email { get; }
Property Value
EmailConfirmed
Declaration
public bool? EmailConfirmed { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
PhoneNumberConfirmed
Declaration
public bool? PhoneNumberConfirmed { get; set; }
Property Value
ProviderKey
Declaration
public string ProviderKey { get; set; }
Property Value
Surname
Declaration
public string Surname { get; set; }
Property Value
TwoFactorEnabled
Declaration
public bool? TwoFactorEnabled { get; set; }
Property Value
Extension Methods