![]() |
MySQL 8.4.5
Source Code Documentation
|
Opaque auth-method-data message. More...
#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) |
constexpr string_type | auth_method_data () const |
Private Attributes | |
string_type | auth_method_data_ |
Opaque auth-method-data message.
used for server messages the handshake phase that aren't
like caching_sha2_password does:
using classic_protocol::borrowable::message::server::AuthMethodData< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inlineconstexpr |
|
inlineconstexpr |
|
private |