Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomersClient > postCustomersAuthTrustedsystem

CustomersClient.postCustomersAuthTrustedsystem() method

Obtain the JWTs for registered customers whose credentials are stored using a third party system. Accepts login_id and client_id Returns a customer object in the response body, and the JWT generated against the client_id in the response header. In addition, the returned response will include the hashedLoginId field for Einstein use.

Signature:

postCustomersAuthTrustedsystem(body: TrustedSystemAuthRequest, options?: RequestOptions): Promise<PoqResponse<Customer>>;

Parameters

Parameter Type Description
body TrustedSystemAuthRequest  
options RequestOptions (Optional) Override http request option.

Returns:

Promise<PoqResponse<Customer>>