Developer Preview — This project is in active development. APIs may change. Provide feedback
Skip to content

@salesforce/b2c-tooling-sdk / auth / StatefulSession

Interface: StatefulSession

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:66

Stored session persisted by stateful auth commands.

Properties

accessToken

accessToken: string

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:68


clientId

clientId: string

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:67


refreshToken?

optional refreshToken: string | null

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:69


renewBase?

optional renewBase: string | null

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:71

Base64-encoded "clientId:clientSecret" for token renewal.


user?

optional user: string | null

Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:72

Released under the Apache-2.0 License.