node-red-contrib-uos-nats 0.1.5 → 0.1.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/nodes/uos-config.html +1 -1
- package/package.json +1 -1
package/nodes/uos-config.html
CHANGED
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
<li><strong>Host / Port</strong> – IP and NATS port of the controller (default <code>127.0.0.1:49360</code>).</li>
|
|
103
103
|
<li><strong>Client Name</strong> – Friendly identifier used in NATS connection logs.</li>
|
|
104
104
|
<li><strong>Client ID / Secret</strong> – OAuth credentials from your u-OS Control Center client.</li>
|
|
105
|
-
<li><strong>Token URL</strong> – Optional; defaults to <code>https://<Host>/oauth2/token</code> if left empty.</li>
|
|
106
105
|
<li><strong>Scope</strong> – Space separated scopes; e.g. <code>hub.variables.provide hub.variables.readwrite</code>.</li>
|
|
106
|
+
<li><strong>Granted scopes</strong> – Click <em>Refresh</em> to show what the token endpoint actually returns for this client.</li>
|
|
107
107
|
</ul>
|
|
108
108
|
</script>
|