Class IdentityUserConfirmationStateDto
Inherited Members
Namespace: Volo.Abp.Account
Assembly: Volo.Abp.Account.Pro.Public.Application.Contracts.dll
Syntax
public class IdentityUserConfirmationStateDto
Constructors
IdentityUserConfirmationStateDto()
Declaration
public IdentityUserConfirmationStateDto()
Properties
EmailConfirmed
Declaration
public bool EmailConfirmed { get; set; }
Property Value
Type | Description |
---|---|
bool |
PhoneNumberConfirmed
Declaration
public bool PhoneNumberConfirmed { get; set; }
Property Value
Type | Description |
---|---|
bool |