()
| 1362 | const credentialProviderOrder: string[] = []; |
| 1363 | |
| 1364 | const staticToolOwner = (): Owner => (subject == null ? "org" : "user"); |
| 1365 | const staticToolConnection = (source: StaticSourceDecl): ConnectionName => |
| 1366 | ConnectionName.make(source.id === EXECUTOR_SOURCE_ID ? "coreTools" : "static"); |
| 1367 |