@sourceloop/authentication-service / Exports / ForgetPasswordResponseDto
Class: ForgetPasswordResponseDto¶
Hierarchy¶
-
CoreModel
<ForgetPasswordResponseDto
>↳
ForgetPasswordResponseDto
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new ForgetPasswordResponseDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <ForgetPasswordResponseDto > |
Inherited from¶
CoreModel<ForgetPasswordResponseDto>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
code¶
• code: string
Defined in¶
services/authentication-service/src/models/forget-password-response-dto.model.ts:15
email¶
• email: string
Defined in¶
services/authentication-service/src/models/forget-password-response-dto.model.ts:27
expiry¶
• expiry: number
Defined in¶
services/authentication-service/src/models/forget-password-response-dto.model.ts:21
user¶
• user: User
<DataObject
<Model
>>
Defined in¶
services/authentication-service/src/models/forget-password-response-dto.model.ts:32