HTTP client credentials.

Public Attributes#

uint16_t

Length of username.

uint16_t

Length of password.

uint8_t

A flexible array to store both username and password.

Public Attribute Documentation#

username_length#

uint16_t sl_http_client_credentials_t::username_length

Length of username.


Definition at line 126 of file components/service/http_client/inc/sl_http_client.h

password_length#

uint16_t sl_http_client_credentials_t::password_length

Length of password.


Definition at line 127 of file components/service/http_client/inc/sl_http_client.h

data#

uint8_t sl_http_client_credentials_t::data[]

A flexible array to store both username and password.


Definition at line 128 of file components/service/http_client/inc/sl_http_client.h