Skip to content
View as Markdown
View as Markdown

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

Interface: StatefulSession

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

Stored session persisted by stateful auth commands.

Properties

accessToken

accessToken: string

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


clientId

clientId: string

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


refreshToken?

optional refreshToken: string | null

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


renewBase?

optional renewBase: string | null

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

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


user?

optional user: string | null

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

Released under the Apache-2.0 License.