@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?
optionalrefreshToken:string|null
Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:66
renewBase?
optionalrenewBase:string|null
Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:68
Base64-encoded "clientId:clientSecret" for token renewal.
user?
optionaluser:string|null
Defined in: packages/b2c-tooling-sdk/src/auth/stateful-store.ts:69