Poq.SDK.Node

Home > @poq/sdk-sfcc > TrustedSystemAuthRequest

TrustedSystemAuthRequest class

Signature:

export declare class TrustedSystemAuthRequest extends BaseModel<TrustedSystemAuthRequest> 

Extends: BaseModel<TrustedSystemAuthRequest

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the TrustedSystemAuthRequest class

Properties

Property Modifiers Type Description
clientId   string The client id of the shopping application to be encoded in the customer JWT. This is not the same as the OAuth Client ID used to authenticate the API call. The OAuth Client ID is the trusted/private one; this is the untrusted/public one.
login   string The customers login.