PrevUpHomeNext

auth_step_e

Represents the stage of Enhanced Authentication process.

enum 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.

Requirements

Header: async_mqtt5/types.hpp

Convenience header: async_mqtt5.hpp


PrevUpHomeNext