Home > @vsf-enterprise/sap-commerce-webservices-sdk > ForgottenPasswordsApiAxiosParamCreator

ForgottenPasswordsApiAxiosParamCreator variable

ForgottenPasswordsApi - axios parameter creator

Signature:

ForgottenPasswordsApiAxiosParamCreator: (configuration?: Configuration) => {
    doResetPassword: (baseSiteId: string, resetPassword: ResetPassword, options?: any) => Promise<RequestArgs>;
    doRestorePassword: (baseSiteId: string, userId: string, options?: any) => Promise<RequestArgs>;
}