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?¶
Returns¶
ChangePassword
Properties¶
currentPassword?¶
optionalcurrentPassword:string
Defined in: api/api-client.ts:1606
Gets or sets the current password of the user.
Implementation of¶
IChangePassword.currentPassword
newPassword?¶
optionalnewPassword:string
Defined in: api/api-client.ts:1609
Gets or sets the new password to be set for the user.
Implementation of¶
userId?¶
optionaluserId: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¶
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()¶
staticfromJS(data):ChangePassword
Defined in: api/api-client.ts:1628
Parameters¶
data¶
any
Returns¶
ChangePassword