Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SessionStatus

Cookieless session status event Looker 23.0+

Hierarchy

Index

Properties

expired: boolean

Session expired when true

interrupted: boolean

Session interrupted when true. This means new tokens could not be retrieved in a timely manner. Can happen if server is temporarily unavailable for some reason

recoverable?: boolean

Interrupted session can be recovered. When false session cannot continue. This is most likely a problem with the embedding application.

session_ttl: number

Session time to live in seconds

Generated using TypeDoc