@plentymarkets/shop-api / forgotPasswordGetters
Variable: forgotPasswordGetters ​
constforgotPasswordGetters:object
Defined in: getters/forgotPasswordGetters.ts:23
Type Declaration ​
getResetPasswordToken ​
getResetPasswordToken: (
result) =>string
Parameters ​
result ​
unknown
The password reset result (currently unused).
Returns ​
string
An empty string.
Deprecated ​
Not yet implemented — always returns an empty string.
isPasswordChanged ​
isPasswordChanged: (
result) =>boolean
Parameters ​
result ​
unknown
The password reset result (currently unused).
Returns ​
boolean
Always true.
Deprecated ​
Not yet implemented — always returns true.