Home > @shopware-pwa/shopware-6-client > confirmAccountRegistration
# confirmAccountRegistration() function
Confirm an account registration in double opt-in mode
Signature:
export declare function confirmAccountRegistration(params: {
hash: string;
em: string;
}, contextInstance?: ShopwareApiInstance): Promise<Customer>;
# Parameters
Parameter | Type | Description |
---|---|---|
params | { hash: string; em: string; } | |
contextInstance | ShopwareApiInstance |
Returns:
Promise<Customer>
# Exceptions
ClientApiError