HTTP client credentials.
Public Attributes#
uint16_t
Length of username. Maximum supported length of username is 139 bytes.
uint16_t
Length of password. Maximum supported length of password is 139 bytes.
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. Maximum supported length of username is 139 bytes.
Definition at line
128
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. Maximum supported length of password is 139 bytes.
Definition at line
129
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
130
of file components/service/http_client/inc/sl_http_client.h