Golioth Firmware SDK
golioth_tls_credentials_t Struct Reference

TLS Authentication Credentials. More...

#include <golioth_client.h>

Data Fields

golioth_tls_auth_type_t auth_type
 
union {
   golioth_psk_credentials_t   psk
 
   golioth_pki_credentials_t   pki
 
}; 
 

Detailed Description

TLS Authentication Credentials.

Definition at line 94 of file golioth_client.h.

Field Documentation

◆ 

union { ... }

◆ auth_type

golioth_tls_auth_type_t golioth_tls_credentials_t::auth_type

Definition at line 95 of file golioth_client.h.

◆ pki

golioth_pki_credentials_t golioth_tls_credentials_t::pki

Definition at line 98 of file golioth_client.h.

◆ psk

golioth_psk_credentials_t golioth_tls_credentials_t::psk

Definition at line 97 of file golioth_client.h.


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