ForgeRemoteTokenManagerOptions
Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:21
Properties
Section titled “Properties”appSystemToken
Section titled “appSystemToken”appSystemToken:
string
Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:30
The app system token from the Forge Remote invocation payload. Used to authenticate the GraphQL request to fetch user tokens.
installationId
Section titled “installationId”installationId:
string
Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:25
The installation ID for this app installation
proxyUrl
Section titled “proxyUrl”proxyUrl:
string
Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:23
The Forge egress proxy URL
refreshBufferSeconds?
Section titled “refreshBufferSeconds?”
optionalrefreshBufferSeconds?:number
Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:35
How many seconds before expiry to proactively refresh the token. Default: 60 seconds.