MySQL 9.1.0
Source Code Documentation
|
AuthMethod of classic protocol. More...
#include <classic_protocol_message.h>
Public Types | |
using | string_type = std::conditional_t< Borrowed, std::string_view, std::string > |
Public Member Functions | |
AuthMethod (classic_protocol::capabilities::value_type capabilities, string_type auth_method_name) | |
constexpr string_type | name () const |
Private Attributes | |
const classic_protocol::capabilities::value_type | capabilities_ |
const string_type | auth_method_name_ |
AuthMethod of classic protocol.
classic proto supports negotiating the auth-method via capabilities and auth-method names.
using classic_protocol::borrowable::AuthMethod< Borrowed >::string_type = std::conditional_t<Borrowed, std::string_view, std::string> |
|
inline |
|
inlineconstexpr |
|
private |
|
private |