MySQL 8.4.0
Source Code Documentation
AuthCleartextPassword Class Reference

#include <classic_auth_cleartext.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_clear_password"}
 

Member Function Documentation

◆ scramble()

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

Member Data Documentation

◆ kName

constexpr const std::string_view AuthCleartextPassword::kName {"mysql_clear_password"}
staticconstexpr

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