You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseForgotPasswordFactoryParams

UseForgotPasswordFactoryParams interface

Signature:

export interface UseForgotPasswordFactoryParams<RESULT> extends FactoryParams 

Extends: FactoryParams

Properties

Property Modifiers Type Description
resetPassword (context: Context, params: ResetPasswordParams & { currentResult: RESULT; customQuery?: CustomQuery; }) => Promise<RESULT>
setNewPassword (context: Context, params: SetNewPasswordParams & { currentResult: RESULT; customQuery?: CustomQuery; }) => Promise<RESULT>