()
| 1624 | const credentialProviderOrder: string[] = []; |
| 1625 | |
| 1626 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 1627 | const staticToolConnection = (integration: StaticIntegrationDecl): ConnectionName => |
| 1628 | ConnectionName.make(integration.id === EXECUTOR_INTEGRATION_ID ? "coreTools" : "static"); |
| 1629 |