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ΒΆ

β€’ 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