Skip to content

ForgeRemoteTokenManagerOptions

Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:21

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: string

Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:25

The installation ID for this app installation


proxyUrl: string

Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:23

The Forge egress proxy URL


optional refreshBufferSeconds?: number

Defined in: packages/core/src/auth/ForgeRemoteTokenManager.ts:35

How many seconds before expiry to proactively refresh the token. Default: 60 seconds.