Skip to content

isopruefi-frontend v1.0.0


isopruefi-frontend / api/api-client / ChangePassword

Class: ChangePassword

Defined in: api/api-client.ts:1600

Represents a request to change a user's password.

Implements

Constructors

Constructor

new ChangePassword(data?): ChangePassword

Defined in: api/api-client.ts:1611

Parameters

data?

IChangePassword

Returns

ChangePassword

Properties

currentPassword?

optional currentPassword: string

Defined in: api/api-client.ts:1606

Gets or sets the current password of the user.

Implementation of

IChangePassword.currentPassword


newPassword?

optional newPassword: string

Defined in: api/api-client.ts:1609

Gets or sets the new password to be set for the user.

Implementation of

IChangePassword.newPassword


userId?

optional userId: string

Defined in: api/api-client.ts:1603

Gets or sets the unique identifier of the user whose password is to be changed.

Implementation of

IChangePassword.userId

Methods

init()

init(_data?): void

Defined in: api/api-client.ts:1620

Parameters

_data?

any

Returns

void


toJSON()

toJSON(data?): any

Defined in: api/api-client.ts:1635

Parameters

data?

any

Returns

any


fromJS()

static fromJS(data): ChangePassword

Defined in: api/api-client.ts:1628

Parameters

data

any

Returns

ChangePassword