MySQL 9.0.0
Source Code Documentation
AuthNativePassword Class Reference

#include <classic_auth_native.h>

Static Public Member Functions

static std::optional< std::string > scramble (std::string_view nonce, std::string_view pwd)
 

Static Public Attributes

static constexpr const std::string_view kName {"mysql_native_password"}
 

Member Function Documentation

◆ scramble()

std::optional< std::string > AuthNativePassword::scramble ( std::string_view  nonce,
std::string_view  pwd 
)
static

Member Data Documentation

◆ kName

constexpr const std::string_view AuthNativePassword::kName {"mysql_native_password"}
staticconstexpr

The documentation for this class was generated from the following files: