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

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

# Interface: SlasTokenConfig

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

Configuration for SLAS shopper token retrieval.

## Extended by

- [`SlasRegisteredLoginConfig`](SlasRegisteredLoginConfig.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

***

### 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

***

### 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

***

### 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

***

### 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

***

### 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)
