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

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

# Interface: SlasTokenResponse

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

Response from SLAS token endpoints.

## Properties

### access\_token

> **access\_token**: `string`

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

***

### customer\_id

> **customer\_id**: `string`

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

***

### expires\_in

> **expires\_in**: `number`

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

***

### id\_token?

> `optional` **id\_token**: `string`

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

***

### refresh\_token

> **refresh\_token**: `string`

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

***

### token\_type

> **token\_type**: `string`

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

***

### usid

> **usid**: `string`

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