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