()
| 1683 | const credentialProviderOrder: string[] = []; |
| 1684 | |
| 1685 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 1686 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 1687 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 1688 |