Golioth Firmware SDK
golioth_psk_credentials_t Struct Reference

#include <golioth_client.h>

Data Fields

const char * psk_id
 PSK Identifier (e.g. "devicename@projectname") More...
 
size_t psk_id_len
 
const char * psk
 Pre-shared key, secret password. More...
 
size_t psk_len
 

Detailed Description

Pre-Shared Key (PSK) credentials.

All memory is owned by user and must persist for the lifetime of the golioth client.

Definition at line 65 of file golioth_client.h.

Field Documentation

◆ psk

const char* golioth_psk_credentials_t::psk

Pre-shared key, secret password.

Definition at line 71 of file golioth_client.h.

◆ psk_id

const char* golioth_psk_credentials_t::psk_id

PSK Identifier (e.g. "devicename@projectname")

Definition at line 67 of file golioth_client.h.

◆ psk_id_len

size_t golioth_psk_credentials_t::psk_id_len

Definition at line 68 of file golioth_client.h.

◆ psk_len

size_t golioth_psk_credentials_t::psk_len

Definition at line 72 of file golioth_client.h.


The documentation for this struct was generated from the following file: