-
choice: JWT signature algorithm
JWT signature algorithm
Type: bool
Help¶
Select which algorithm to use for signing JWT tokens.
Defaults¶
JWT_SIGN_RSA
ifJWT
Choice options¶
Kconfig definition¶
At subsys/jwt/Kconfig:13
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:42
Menu path: (top menu) → Enable JSON Web Token generation
choice bool prompt "JWT signature algorithm" ifJWT
defaultJWT_SIGN_RSA
ifJWT
depends onJWT
help Select which algorithm to use for signing JWT tokens.
(Definitions include propagated dependencies, including from if’s and menus.)