Skip to content

@sourceloop/authentication-service / Exports / ForgetPasswordDto

Class: ForgetPasswordDto

Hierarchy

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

IAuthClientDTO.client_id

Defined in

services/authentication-service/src/models/forget-password-dto.model.ts:26


client_secret

client_secret: string

Implementation of

IAuthClientDTO.client_secret

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