@salesforce/b2c-tooling-sdk / slas / SlasRegisteredLoginConfig
Interface: SlasRegisteredLoginConfig
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:47
Configuration for registered customer login.
Extends
Properties
organizationId
organizationId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:33
Organization ID in f_ecom_xxxx_yyy format
Inherited from
SlasTokenConfig.organizationId
redirectUri
redirectUri:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:41
OAuth redirect URI
Inherited from
shopperLogin
shopperLogin:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:49
Shopper login/username
shopperPassword
shopperPassword:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:51
Shopper password
shortCode
shortCode:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:31
SCAPI short code
Inherited from
siteId
siteId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:39
B2C Commerce site/channel ID
Inherited from
slasClientId
slasClientId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:35
SLAS client ID
Inherited from
slasClientSecret?
optionalslasClientSecret:string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:37
SLAS client secret (undefined = public client)