Preparing search index...
The search index is not available
rettiwt-api
rettiwt-api
IChangePasswordArgs
Interface IChangePasswordArgs
Arguments for changing the account password.
interface
IChangePasswordArgs
{
currentPassword
:
string
;
newPassword
:
string
;
}
Implemented by
ChangePasswordArgs
Index
Properties
current
Password
new
Password
Properties
current
Password
currentPassword
:
string
The current account password.
new
Password
newPassword
:
string
The new password to set.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
current
Password
new
Password
rettiwt-api
Loading...
Arguments for changing the account password.