26#ifndef ROUTING_CLASSIC_AUTH_OPENID_CONNECT_INCLUDED
27#define ROUTING_CLASSIC_AUTH_OPENID_CONNECT_INCLUDED
36 static constexpr const std::string_view
kName{
37 "authentication_openid_connect_client"};
40 [[maybe_unused]] std::string_view nonce, std::string_view pwd) {
Definition: classic_auth_openid_connect.h:34
static std::optional< std::string > scramble(std::string_view nonce, std::string_view pwd)
Definition: classic_auth_openid_connect.h:39
static constexpr const std::string_view kName
Definition: classic_auth_openid_connect.h:36
std::string str(const mysqlrouter::ConfigGenerator::Options::Endpoint &ep)
Definition: config_generator.cc:1105