26#ifndef ROUTING_CLASSIC_AUTH_NATIVE_INCLUDED 
   27#define ROUTING_CLASSIC_AUTH_NATIVE_INCLUDED 
   35  static constexpr const std::string_view 
kName{
"mysql_native_password"};
 
   37  static std::optional<std::string> 
scramble(std::string_view nonce,
 
   38                                             std::string_view pwd);
 
Definition: classic_auth_native.h:33
 
static constexpr const std::string_view kName
Definition: classic_auth_native.h:35
 
static std::optional< std::string > scramble(std::string_view nonce, std::string_view pwd)
Definition: classic_auth_native.cc:33