Home > @poq/sdk-sfcc > AccountService > register
Method handles registration operation for a specific user.
Signature:
register(appIdentifier: string, guestToken: string, registerParams: RegisterRequest): Promise<PoqResponse<AuthenticationResponse>>;
| Parameter | Type | Description |
|---|---|---|
| appIdentifier | string | Application identifier GUID. |
| guestToken | string | |
| registerParams | RegisterRequest | Register payload. |
Returns:
Promise<PoqResponse<AuthenticationResponse>>
Tokens for the registered user.