Skip to content

@sourceloop/authentication-service / Exports / LoginActivity

Class: LoginActivity

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new LoginActivity(data?)

Parameters

Name Type
data? Partial<LoginActivity>

Inherited from

CoreEntity<LoginActivity>.constructor

Defined in

packages/core/dist/models/core-entity.d.ts:3

Properties

actor

actor: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:20


deviceInfo

deviceInfo: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:51


id

Optional id: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:14


ipAddress

ipAddress: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:57


loginTime

loginTime: Date

Defined in

services/authentication-service/src/models/login-activity.model.ts:33


loginType

loginType: LoginType

Defined in

services/authentication-service/src/models/login-activity.model.ts:45


tenantId

Optional tenantId: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:26


tokenPayload

Optional tokenPayload: string

Defined in

services/authentication-service/src/models/login-activity.model.ts:39