Skip to content

@sourceloop/authentication-service / Exports / ResetPasswordWithClient

Class: ResetPasswordWithClient

Hierarchy

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

IAuthClientDTO.client_id

Defined in

services/authentication-service/src/models/reset-password-with-client.model.ts:33


client_secret

client_secret: string

Implementation of

IAuthClientDTO.client_secret

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