AddDeviceCodeClient
Adds a new client using grant type 'device code'.
Examples
Basic usage:
octo-cli -c AddDeviceCodeClient `
-id "my-device" `
-n "My IoT Device" `
-s "DeviceSecret123"
Options
| Short | Long | Required | Description |
|---|---|---|---|
-id | --clientId | yes | ServiceClient ID, must be unique |
-n | --name | yes | Display name of client used for grants |
-s | --secret | yes | ApiSecret that is used for client credential authentication |