@sourceloop/authentication-service / Exports / ForgetPasswordDto
Class: ForgetPasswordDto¶
Hierarchy¶
-
CoreModel
<ForgetPasswordDto
>↳
ForgetPasswordDto
Implements¶
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new ForgetPasswordDto(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <ForgetPasswordDto > |
Inherited from¶
CoreModel<ForgetPasswordDto>.constructor
Defined in¶
packages/core/dist/models/core-model.d.ts:3
Properties¶
client_id¶
• client_id: string
Implementation of¶
Defined in¶
services/authentication-service/src/models/forget-password-dto.model.ts:26
client_secret¶
• client_secret: string
Implementation of¶
Defined in¶
services/authentication-service/src/models/forget-password-dto.model.ts:32
username¶
• username: string
Defined in¶
services/authentication-service/src/models/forget-password-dto.model.ts:19