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