MySQL 8.4.0
Source Code Documentation
Mysqlx::Session::AuthenticateContinue Struct Reference

Send by client or server after an Mysqlx::Session::AuthenticateStart to exchange more authentication data. More...

Public Attributes

required bytes auth_data = 1
 authentication data More...
 
ServerMessages::Type server_message_id = SESS_AUTHENTICATE_CONTINUE
 
ClientMessages::Type client_message_id = SESS_AUTHENTICATE_CONTINUE
 

Detailed Description

Send by client or server after an Mysqlx::Session::AuthenticateStart to exchange more authentication data.

Returns
Mysqlx::Session::AuthenticateContinue

Member Data Documentation

◆ auth_data

required bytes Mysqlx::Session::AuthenticateContinue::auth_data = 1

authentication data

◆ client_message_id

ClientMessages::Type Mysqlx::Session::AuthenticateContinue::client_message_id = SESS_AUTHENTICATE_CONTINUE

◆ server_message_id

ServerMessages::Type Mysqlx::Session::AuthenticateContinue::server_message_id = SESS_AUTHENTICATE_CONTINUE

The documentation for this struct was generated from the following file: