Class CurrentUserDto
Inheritance
CurrentUserDto
Assembly: Volo.Abp.AspNetCore.Mvc.Contracts.dll
Syntax
public class CurrentUserDto
Constructors
CurrentUserDto()
Declaration
Properties
Email
Declaration
public string? Email { get; set; }
Property Value
EmailVerified
Declaration
public bool EmailVerified { get; set; }
Property Value
Id
Declaration
public Guid? Id { get; set; }
Property Value
ImpersonatorTenantId
Declaration
public Guid? ImpersonatorTenantId { get; set; }
Property Value
ImpersonatorTenantName
Declaration
public string? ImpersonatorTenantName { get; set; }
Property Value
ImpersonatorUserId
Declaration
public Guid? ImpersonatorUserId { get; set; }
Property Value
ImpersonatorUserName
Declaration
public string? ImpersonatorUserName { get; set; }
Property Value
IsAuthenticated
Declaration
public bool IsAuthenticated { get; set; }
Property Value
Name
Declaration
public string? Name { get; set; }
Property Value
PhoneNumber
Declaration
public string? PhoneNumber { get; set; }
Property Value
PhoneNumberVerified
Declaration
public bool PhoneNumberVerified { get; set; }
Property Value
Roles
Declaration
public string[] Roles { get; set; }
Property Value
SessionId
Declaration
public string? SessionId { get; set; }
Property Value
SurName
Declaration
public string? SurName { get; set; }
Property Value
TenantId
Declaration
public Guid? TenantId { get; set; }
Property Value
UserName
Declaration
public string? UserName { get; set; }
Property Value
Extension Methods