![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <classic_protocol_message.h>
Public Types | |
| using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
| constexpr | AuthMethodData (string_type auth_method_data) |
| send data for the current auth-method to server. More... | |
| constexpr string_type | auth_method_data () const |
Private Attributes | |
| string_type | auth_method_data_ |
| using classic_protocol::borrowable::message::client::AuthMethodData< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
send data for the current auth-method to server.
| auth_method_data | data of the auth-method |
|
inlineconstexpr |
|
private |