MySQL 8.4.0
Source Code Documentation
MySQLNativePassword Class Reference

#include <authentication.h>

Static Public Member Functions

static std::optional< std::vector< uint8_t > > scramble (std::string_view nonce, std::string_view password)
 

Static Public Attributes

static constexpr char name [] = "mysql_native_password"
 

Member Function Documentation

◆ scramble()

std::optional< std::vector< uint8_t > > MySQLNativePassword::scramble ( std::string_view  nonce,
std::string_view  password 
)
static

Member Data Documentation

◆ name

constexpr char MySQLNativePassword::name[] = "mysql_native_password"
staticconstexpr

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