Device Flow configuration
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TenantSettingsDeviceFlow", "title": "TenantSettingsDeviceFlow", "type": [ "object", "null" ], "description": "Device Flow configuration", "additionalProperties": false, "properties": { "charset": { "$ref": "#/components/schemas/TenantSettingsDeviceFlowCharset" }, "mask": { "type": "string", "description": "Mask used to format a generated User Code into a friendly, readable format.", "default": "****-****", "maxLength": 20 } } }