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.


password_length#

uint16_t sl_http_client_credentials_t::password_length

Length of password.


data#

uint8_t sl_http_client_credentials_t::data[]

A flexible array to store both username and password.