@salesforce/b2c-tooling-sdk / slas / SlasRegisteredLoginConfig
Interface: SlasRegisteredLoginConfig
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:53
Configuration for registered customer login.
Extends
Properties
middlewareRegistry?
optionalmiddlewareRegistry:MiddlewareRegistry
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:35
Defaults to the global HTTP middleware registry.
Inherited from
SlasTokenConfig.middlewareRegistry
organizationId
organizationId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:39
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:47
OAuth redirect URI
Inherited from
shopperLogin
shopperLogin:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:55
Shopper login/username
shopperPassword
shopperPassword:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:57
Shopper password
shortCode
shortCode:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:37
SCAPI short code
Inherited from
signal?
optionalsignal:AbortSignal
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:33
Cancel authorization and token exchange.
Inherited from
siteId
siteId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:45
B2C Commerce site/channel ID
Inherited from
slasClientId
slasClientId:
string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:41
SLAS client ID
Inherited from
slasClientSecret?
optionalslasClientSecret:string
Defined in: packages/b2c-tooling-sdk/src/slas/types.ts:43
SLAS client secret (undefined = public client)