Home > @shopware-pwa/composables > IUseCustomerPassword

# IUseCustomerPassword interface

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

interface for useCustomerPassword() composable

Signature:

export interface IUseCustomerPassword 

# Properties

Property Type Description
errors UnwrapRef<{ resetPassword: ShopwareError[]; updatePassword: ShopwareError[]; }> (BETA)
resetPassword (resetPasswordData: CustomerResetPasswordParam) => Promise<boolean> (BETA)
updatePassword (updatePasswordData: CustomerUpdatePasswordParam) => Promise<boolean> (BETA)