MySQL 8.3.0
Source Code Documentation
Mysqlx::Session::AuthenticateStart Struct Reference

The initial message send from the client to the server to start the authentication process. More...

Public Attributes

required string mech_name = 1
 authentication mechanism name More...
 
optional bytes auth_data = 2
 authentication data More...
 
optional bytes initial_response = 3
 initial response More...
 
ClientMessages::Type client_message_id = SESS_AUTHENTICATE_START
 

Detailed Description

The initial message send from the client to the server to start the authentication process.

Returns
Mysqlx::Session::AuthenticateContinue

Member Data Documentation

◆ auth_data

optional bytes Mysqlx::Session::AuthenticateStart::auth_data = 2

authentication data

◆ client_message_id

ClientMessages::Type Mysqlx::Session::AuthenticateStart::client_message_id = SESS_AUTHENTICATE_START

◆ initial_response

optional bytes Mysqlx::Session::AuthenticateStart::initial_response = 3

initial response

◆ mech_name

required string Mysqlx::Session::AuthenticateStart::mech_name = 1

authentication mechanism name


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