Class IdentitySessionDto
Inheritance
IdentitySessionDto
Assembly: Volo.Abp.Identity.Pro.Application.Contracts.dll
Syntax
public class IdentitySessionDto
Constructors
IdentitySessionDto()
Declaration
public IdentitySessionDto()
Properties
ClientId
Declaration
public virtual string ClientId { get; set; }
Property Value
Device
Declaration
public virtual string Device { get; set; }
Property Value
DeviceInfo
Declaration
public virtual string DeviceInfo { get; set; }
Property Value
Id
Declaration
public virtual Guid Id { get; set; }
Property Value
IpAddresses
Declaration
public virtual string[] IpAddresses { get; set; }
Property Value
IsCurrent
Declaration
public virtual bool IsCurrent { get; set; }
Property Value
LastAccessed
Declaration
public virtual DateTime? LastAccessed { get; set; }
Property Value
SessionId
Declaration
public virtual string SessionId { get; set; }
Property Value
SignedIn
Declaration
public virtual DateTime SignedIn { get; set; }
Property Value
TenantId
Declaration
public virtual Guid? TenantId { get; set; }
Property Value
TenantName
Declaration
public virtual string TenantName { get; set; }
Property Value
UserId
Declaration
public virtual Guid UserId { get; set; }
Property Value
UserName
Declaration
public virtual string UserName { get; set; }
Property Value
Extension Methods