Class CurrentUserDto
Inheritance
System.Object
CurrentUserDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentUserDto : object
Properties
Email
Declaration
public string Email { get; set; }
Property Value
Type |
Description |
System.String |
|
EmailVerified
Declaration
public bool EmailVerified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Id
Declaration
public Guid? Id { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
PhoneNumber
Declaration
public string PhoneNumber { get; set; }
Property Value
Type |
Description |
System.String |
|
PhoneNumberVerified
Declaration
public bool PhoneNumberVerified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Roles
Declaration
public string[] Roles { get; set; }
Property Value
Type |
Description |
System.String[] |
|
SurName
Declaration
public string SurName { get; set; }
Property Value
Type |
Description |
System.String |
|
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
Type |
Description |
System.Nullable<Guid> |
|
UserName
Declaration
public string UserName { get; set; }
Property Value
Type |
Description |
System.String |
|
Extension Methods