nRF Connect SDK API 2.8.99
|
void nrf_cloud_sec_tag_coap_jwt_set | ( | const sec_tag_t | sec_tag | ) |
#include <include/net/nrf_cloud.h>
Set the sec tag containing the private key used to sign CoAP JWTs for nRF Cloud authentication. The default sec tag value is.
CONFIG_NRF_CLOUD_COAP_JWT_SEC_TAG
.
CONFIG_NRF_CLOUD_COAPto be enabled. This API only needs to be called if the default configured sec tag value is no longer applicable. This function does not perform any management of the device's authentication status with nRF Cloud.
sec_tag | The sec tag. |