Skip to content

@sourceloop/authentication-service / Exports / ResetPassword

Class: ResetPassword

Hierarchy

Table of contents

Constructors

Properties

Constructors

constructor

new ResetPassword(data?)

Parameters

Name Type
data? Partial<ResetPassword & RefreshTokenRequest<DataObject<Model>>>

Inherited from

RefreshTokenRequest.constructor

Defined in

packages/core/dist/models/core-model.d.ts:3

Properties

oldPassword

Optional oldPassword: string

Defined in

services/authentication-service/src/modules/auth/models/reset-password.dto.ts:32


password

password: string

Defined in

services/authentication-service/src/modules/auth/models/reset-password.dto.ts:26


refreshToken

refreshToken: string

Inherited from

RefreshTokenRequest.refreshToken

Defined in

services/authentication-service/src/models/refresh-token-request.model.ts:16


username

username: string

Defined in

services/authentication-service/src/modules/auth/models/reset-password.dto.ts:19