Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LookerEmbedCookielessSessionData

Cookieless session data Looker 23.0+

Hierarchy

  • LookerEmbedCookielessSessionData

Index

Properties

api_token?: null | string

Token to used to call Looker APIs. The host application MUST send the api token to the embedded Looker application. Do not expose the token in the dom.

api_token_ttl?: null | number

api_token time to live in seconds.

authentication_token?: null | string

One time use token used to establish the cookieless embed session.

authentication_token_ttl?: null | number

Authentication token time to live in seconds.

navigation_token?: null | string

Token used to load and navigate between pages in the embedded session. This token is appended to the embed iframe url.

navigation_token_ttl?: null | number

Navigation token time to live in seconds.

session_reference_token_ttl?: null | number

Session time to live in seconds.

Generated using TypeDoc