getSessionInfo
Table of Contents

getSessionInfo🔗

getSessionInfo() : Promise< SessionInfo >

Returns the session info object and caches it for future use. Once fetched the session info object is cached and returned from the cache on subsequent calls.

Returns

Promise< SessionInfo >

const sessionInfo = await getSessionInfo();
console.log(sessionInfo);

@version SDK: 1.28.3 | ThoughtSpot: * @returns {Promise<SessionInfo>} The session info object.