MySQL 8.3.0
Source Code Documentation
CachingSha2Password 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 [] = "caching_sha2_password"
 

Member Function Documentation

◆ scramble()

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

Member Data Documentation

◆ name

constexpr char CachingSha2Password::name[] = "caching_sha2_password"
staticconstexpr

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