Device-authorization (Section)#
Path: /profiles/profile{id, type}/settings/authorization-server/client-capabilities/device-authorization
Parameters#
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| polling-interval | uint32 | optional | 30 | The number of seconds interval between polling attempts for clients |
| user-device-code-ttl | uint32 | optional | 300 | The number of seconds an issued user and device code will be valid |
| generate-qr-code | boolean | optional | false | When enabled, a QR-code is generated and returned with a user and device code |
| alias | uri | optional | When set, the alias will be used as verification-url where the user should go to verify its user code. If not set, the verification-url is derived from the profile’s base-url settings. |