Skip to content
View as Markdown
View as Markdown

@salesforce/b2c-tooling-sdk / slas / SlasTokenResponse

Interface: SlasTokenResponse

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

Response from SLAS token endpoints.

Properties

access_token

access_token: string

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


customer_id

customer_id: string

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


expires_in

expires_in: number

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


id_token?

optional id_token: string

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


refresh_token

refresh_token: string

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


token_type

token_type: string

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


usid

usid: string

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

Released under the Apache-2.0 License.