Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IHubConnectionOptions

Connection options for joining a hub

export
interface

IHubConnectionOptions

Hierarchy

  • IHubConnectionOptions

Index

Properties

Optional applicationToken

applicationToken: undefined | string

A specific application token to use for this signalr connection By default the current application token from the settings will be used. The setting will be updated whenever a new EVA-App-Token is returned.

Optional globalBlueGroupID

globalBlueGroupID: undefined | string

The Global Blue group id as returned from GlobalBlueStartTaxFree. Required for connecting to the Global Blue hub

Optional requestedOrganizationUnitID

requestedOrganizationUnitID: undefined | number

Can be used to set the EVA-Requested-OrganizationUnitID header. This is used to select a specific organization unit when making calls without a specific user token by ID.

Optional requestedOrganizationUnitQuery

requestedOrganizationUnitQuery: undefined | { BackendID: string; Name: string }

Can be used to set the EVA-Requested-OrganizationUnit-Query header. This is used to select a specific organization unit when making calls without a specific user token using an exact match query on name and backend id.