Skip to main content

Class: UserLoginDataImsUser

model/postgres/UserLoginDataImsUser.entity.UserLoginDataImsUser

Entity representing an IMSUser in the backend.

All IMSUsers for which an authentication is known are stored in association with that authentication

See

UserLoginData.imsUsers

Constructors

constructor

new UserLoginDataImsUser()

Properties

loginData

loginData: Promise<UserLoginData>

The authentication that represents this IMSUser

Defined in

login-service/src/model/postgres/UserLoginDataImsUser.entity.ts:30


neo4jId

neo4jId: string

The id of the IMSUser in the backend. Also used as identifying column as an entity of this type will only be created once the id is known and ids are uniqe.

Example

12345678-90ab-cdef-fedc-ab0987654321

Defined in

login-service/src/model/postgres/UserLoginDataImsUser.entity.ts:23

Methods

toJSON

toJSON(): Object

Returns

Object

Defined in

login-service/src/model/postgres/UserLoginDataImsUser.entity.ts:32