---
editLink: false
lastUpdated: false
---

[@salesforce/b2c-tooling-sdk](../../modules.md) / [slas](../index.md) / SlasRegisteredLoginConfig

# Interface: SlasRegisteredLoginConfig

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:47](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L47)

Configuration for registered customer login.

## Extends

- [`SlasTokenConfig`](SlasTokenConfig.md)

## Properties

### organizationId

> **organizationId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:33](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L33)

Organization ID in f_ecom_xxxx_yyy format

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`organizationId`](SlasTokenConfig.md#organizationid)

***

### redirectUri

> **redirectUri**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:41](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L41)

OAuth redirect URI

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`redirectUri`](SlasTokenConfig.md#redirecturi)

***

### shopperLogin

> **shopperLogin**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:49](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L49)

Shopper login/username

***

### shopperPassword

> **shopperPassword**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:51](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L51)

Shopper password

***

### shortCode

> **shortCode**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:31](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L31)

SCAPI short code

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`shortCode`](SlasTokenConfig.md#shortcode)

***

### siteId

> **siteId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:39](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L39)

B2C Commerce site/channel ID

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`siteId`](SlasTokenConfig.md#siteid)

***

### slasClientId

> **slasClientId**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:35](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L35)

SLAS client ID

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`slasClientId`](SlasTokenConfig.md#slasclientid)

***

### slasClientSecret?

> `optional` **slasClientSecret**: `string`

Defined in: [packages/b2c-tooling-sdk/src/slas/types.ts:37](https://github.com/SalesforceCommerceCloud/b2c-developer-tooling/blob/e7c16f1ae423da0aa47b3e10be88f9770b53619b/packages/b2c-tooling-sdk/src/slas/types.ts#L37)

SLAS client secret (undefined = public client)

#### Inherited from

[`SlasTokenConfig`](SlasTokenConfig.md).[`slasClientSecret`](SlasTokenConfig.md#slasclientsecret)
