Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing set user session in embeddable context of Trimble Connect Web.

Hierarchy

  • EmbedSession

Index

Properties

accessToken?: string

The User's access token (TID Access Token) is to be passed from the parent application, if not shareToken must passed otherwise the component will not be loaded

expiresIn?: number

ExpiresIn - the access token expiry time.

refreshToken?: string

Refresh token - if passed TCWEB will handle refreshing the access token and pass back whenever the tokens are refreshed.

shareToken?: string

Share token can be passed from the parent application instead of user's access token