The latest development version of this page may be more current than this released 1.14.0 version.
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 if’s and menus.)

Defaults

Kconfig definition

At subsys/jwt/Kconfig:13

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:42

Menu path: (top menu) → Enable JSON Web Token generation

choice
    bool
    prompt "JWT signature algorithm" if JWT
    default JWT_SIGN_RSA if JWT
    depends on JWT
    help
      Select which algorithm to use for signing JWT tokens.

(Definitions include propagated dependencies, including from if’s and menus.)