IHubRequestOptions

Interface

Extends

Properties

Property Type Notes
authentication Optional ArcGISIdentityManager
fetch Optional function(input: RequestInfo, init: RequestInit) : Promise<Response>

The implementation of fetch to use. Defaults to a global fetch.

hubApiKey Optional string

This is for server-side usage only, not for front-end use.

hubApiUrl Optional string
isPortal Optional boolean
portalSelf Optional IHubRequestOptionsPortalSelf

Interface defined in packages/common/src/hub-types.ts:121