-
choice: JWT signature algorithm
JWT signature algorithm
Type: bool
Help¶
Select which algorithm to use for signing JWT tokens.
Default¶
Choice options¶
Kconfig definition¶
At subsys/jwt/Kconfig:10
Included via Kconfig:8
→ Kconfig.zephyr:34
→ subsys/Kconfig:42
Menu path: (Top) → Enable JSON Web Token generation
choice bool "JWT signature algorithm" defaultJWT_SIGN_RSA
depends onJWT
help Select which algorithm to use for signing JWT tokens.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)