Home > @poq/sdk-sfcc > TrustedSystemAuthRequest
Signature:
export declare class TrustedSystemAuthRequest extends BaseModel<TrustedSystemAuthRequest>
Extends: BaseModel<TrustedSystemAuthRequest
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the TrustedSystemAuthRequest class |
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 customer’s login. |