choice: JWT signature algorithm

JWT signature algorithm

Type: bool

Help

Select which algorithm to use for signing JWT tokens.

Direct dependencies

JWT

(Includes any dependencies from ifs and menus.)

Default

Kconfig definition

At <Zephyr>/subsys/jwt/Kconfig:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:26

Menu path: (Top) → Sub Systems and OS Services → JSON Web Token generation

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.)