Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

boost::mqtt5::auth_step_e
PrevUpHomeNext

Represents the stage of Enhanced Authentication process.

Synopsis

Defined in header <boost/mqtt5/types.hpp>

enum class auth_step_e;
Values

Name

Description

client_initial

The Client needs to send initial authentication data.

server_challenge

Server responded with reason_codes::continue_authentication and possibly authentication data, the Client needs to send further authentication data.

server_final

Server responded with reason_codes::success and final authentication data, which the Client validates.

Convenience header <boost/mqtt5.hpp>


PrevUpHomeNext