8 lines
164 B
Swift
8 lines
164 B
Swift
|
|
let defaultOperatorConnectScopes: [String] = [
|
||
|
|
"operator.admin",
|
||
|
|
"operator.read",
|
||
|
|
"operator.write",
|
||
|
|
"operator.approvals",
|
||
|
|
"operator.pairing",
|
||
|
|
]
|