:orphan: .. index:: pair: struct; tapi_storage_auth_params .. _doxid-structtapi__storage__auth__params: struct tapi_storage_auth_params =============================== .. toctree:: :hidden: Overview ~~~~~~~~ Authorization parameters of service. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_storage_auth_params { // fields struct sockaddr* :ref:`server_addr`; uint16_t :ref:`port`; char* :ref:`user`; char* :ref:`password`; }; .. _details-structtapi__storage__auth__params: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Authorization parameters of service. Fields ------ .. index:: pair: variable; server_addr .. _doxid-structtapi__storage__auth__params_1a34822ed81f01df9e3d936beb89516f51: .. ref-code-block:: cpp :class: doxyrest-title-code-block struct sockaddr* server_addr IP address of server. .. index:: pair: variable; port .. _doxid-structtapi__storage__auth__params_1aa5096d76efd5e57a1de62d06df892fda: .. ref-code-block:: cpp :class: doxyrest-title-code-block uint16_t port Service port. .. index:: pair: variable; user .. _doxid-structtapi__storage__auth__params_1a07e17e279a58b54d4a76e074c025a74f: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* user User name to log in. .. index:: pair: variable; password .. _doxid-structtapi__storage__auth__params_1ae1d622b9141e8ad11c05ac796e770ef0: .. ref-code-block:: cpp :class: doxyrest-title-code-block char* password User password.