@sourceloop/authentication-service / Exports / ResetPasswordWithClient
Class: ResetPasswordWithClient¶
Hierarchy¶
-
CoreModel
<ResetPasswordWithClient
>↳
ResetPasswordWithClient
Implements¶
Table of contents¶
Constructors¶
Properties¶
Constructors¶
constructor¶
• new ResetPasswordWithClient(data?
)
Parameters¶
Name | Type |
---|---|
data? |
Partial <ResetPasswordWithClient > |
Inherited from¶
CoreModel<ResetPasswordWithClient>.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/reset-password-with-client.model.ts:33
client_secret¶
• client_secret: string
Implementation of¶
Defined in¶
services/authentication-service/src/models/reset-password-with-client.model.ts:39
password¶
• password: string
Defined in¶
services/authentication-service/src/models/reset-password-with-client.model.ts:26
token¶
• token: string
Defined in¶
services/authentication-service/src/models/reset-password-with-client.model.ts:20