choice MULTICELL_LOCATION_HERE_AUTH_METHOD: HERE authentication method

HERE authentication method

Type: bool

Help

Select authentication method to use when connecting to HERE's server

Direct dependencies

MULTICELL_LOCATION_SERVICE_HERE && MULTICELL_LOCATION

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <nRF>/lib/multicell_location/Kconfig:70

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:56<nRF>/lib/Kconfig:38

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Libraries → Multicell Location

choice MULTICELL_LOCATION_HERE_AUTH_METHOD
    bool "HERE authentication method"
    default MULTICELL_LOCATION_HERE_USE_API_KEY
    depends on MULTICELL_LOCATION_SERVICE_HERE && MULTICELL_LOCATION
    help
      Select authentication method to use when connecting to HERE's server

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)