:orphan: .. title:: choice: JWT signature algorithm .. _choice_371: .. describe:: choice: JWT signature algorithm *JWT signature algorithm* Type: ``bool`` Help ==== Select which algorithm to use for signing JWT tokens. Direct dependencies =================== \ :option:`JWT ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`JWT_SIGN_RSA ` Choice options ============== - \ :option:`JWT_SIGN_RSA ` - \ :option:`JWT_SIGN_ECDSA ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/jwt/Kconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:29`` Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation .. parsed-literal:: choice bool "JWT signature algorithm" default \ :option:`JWT_SIGN_RSA ` depends on \ :option:`JWT ` help Select which algorithm to use for signing JWT tokens. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*