ForgeRemoteAdapterOptions
Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:53
Properties
Section titled “Properties”appSystemToken
Section titled “appSystemToken”appSystemToken:
string
Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:75
The app system token for this invocation.
Provided in every Forge Remote invocation payload as appSystemToken.
Used in the forge-proxy-authorization header for asApp requests.
installationId
Section titled “installationId”installationId:
string
Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:68
The installation ID for this app installation.
Provided in every Forge Remote invocation payload as installationId.
product
Section titled “product”product:
"jira"|"confluence"
Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:55
Which Atlassian product to make requests to
proxyUrl
Section titled “proxyUrl”proxyUrl:
string
Defined in: packages/core/src/adapters/ForgeRemoteAdapter.ts:62
The Forge egress proxy URL. In a Forge Remote, this is available via the environment variable FORGE_EGRESS_PROXY_URL injected by the Forge runtime into the invocation.