|
Golioth Firmware SDK
|
#include <client.h>
Data Fields | |
| const char * | psk_id |
| PSK Identifier (e.g. "devicename@projectname") | |
| size_t | psk_id_len |
| const char * | psk |
| Pre-shared key, secret password. | |
| size_t | psk_len |
Pre-Shared Key (PSK) credential.
All memory is owned by user and must persist for the lifetime of the golioth client.
| const char* golioth_psk_credential::psk |
| const char* golioth_psk_credential::psk_id |