OfflineTokenManagerOptions
Defined in: packages/core/src/auth/OfflineTokenManager.ts:19
Properties
Section titled “Properties”installationId
Section titled “installationId”installationId:
string
Defined in: packages/core/src/auth/OfflineTokenManager.ts:23
The installation ID for this app installation
proxyUrl
Section titled “proxyUrl”proxyUrl:
string
Defined in: packages/core/src/auth/OfflineTokenManager.ts:21
The Forge egress proxy URL (process.env.FORGE_EGRESS_PROXY_URL)
refreshBufferSeconds?
Section titled “refreshBufferSeconds?”
optionalrefreshBufferSeconds?:number
Defined in: packages/core/src/auth/OfflineTokenManager.ts:28
How many seconds before expiry to proactively refresh the token. Default: 60 seconds