Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LookerEmbedCookielessTokenData

Cookieless token data

Hierarchy

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.

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