Skip to content

@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 ​

SlasTokenConfig.redirectUri


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 ​

SlasTokenConfig.shortCode


siteId ​

siteId: string

Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:39

B2C Commerce site/channel ID

Inherited from ​

SlasTokenConfig.siteId


slasClientId ​

slasClientId: string

Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:35

SLAS client ID

Inherited from ​

SlasTokenConfig.slasClientId


slasClientSecret? ​

optional slasClientSecret: string

Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:37

SLAS client secret (undefined = public client)

Inherited from ​

SlasTokenConfig.slasClientSecret

Released under the Apache-2.0 License.