:orphan: .. title:: CONFIG_HAWKBIT_DDI_SECURITY_TOKEN .. kconfig:: CONFIG_HAWKBIT_DDI_SECURITY_TOKEN CONFIG_HAWKBIT_DDI_SECURITY_TOKEN ################################# *Authentication security token* Type: ``string`` Help ==== .. code-block:: none Authentication security token for the configured Hawkbit DDI authentication mode. Direct dependencies =================== (\ :kconfig:`HAWKBIT_DDI_TARGET_SECURITY ` || \ :kconfig:`HAWKBIT_DDI_GATEWAY_SECURITY `) && \ :kconfig:`HAWKBIT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "" Kconfig definition ================== At ``/mgmt/hawkbit/Kconfig:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:35`` → ``/mgmt/Kconfig:11`` Menu path: (Top) → Sub Systems and OS Services → Device Management → Hawkbit Firmware Over-the-Air support .. code-block:: kconfig config HAWKBIT_DDI_SECURITY_TOKEN string "Authentication security token" default "" depends on (HAWKBIT_DDI_TARGET_SECURITY || HAWKBIT_DDI_GATEWAY_SECURITY) && HAWKBIT help Authentication security token for the configured Hawkbit DDI authentication mode. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*