openclaw/apps/macos/Sources/OpenClawMacCLI/GatewayScopes.swift

8 lines
164 B
Swift

let defaultOperatorConnectScopes: [String] = [
"operator.admin",
"operator.read",
"operator.write",
"operator.approvals",
"operator.pairing",
]