Skip to main content

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

ShortLongRequiredDescription
-id--clientIdyesServiceClient ID, must be unique
-n--nameyesDisplay name of client used for grants
-s--secretyesApiSecret that is used for client credential authentication