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