@sourceloop/authentication-service / Exports / LocalUserProfileDto
Class: LocalUserProfileDto¶
Hierarchy¶
-
CoreModel
<LocalUserProfileDto
>↳
LocalUserProfileDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new LocalUserProfileDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <LocalUserProfileDto > |
Inherited from¶
CoreModel<LocalUserProfileDto>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
email¶
• email: string
Defined in¶
services/authentication-service/src/models/local-user-profile.ts:18
password¶
• password: string
Defined in¶
services/authentication-service/src/models/local-user-profile.ts:24