MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
www_authentication_handler.cc File Reference

Classes

struct  mrs::authentication::anonymous_namespace{www_authentication_handler.cc}::UserJsonData
 
class  mrs::authentication::anonymous_namespace{www_authentication_handler.cc}::CredentialOptions
 

Namespaces

namespace  mrs
 
namespace  mrs::authentication
 
namespace  mrs::authentication::anonymous_namespace{www_authentication_handler.cc}
 

Functions

static bool mrs::authentication::extract_user_credentials_from_token (const std::string &token, std::string *user, mysql_harness::SecureString *password)
 
static std::string mrs::authentication::find_header_or (const ::http::base::Headers &headers, const std::string &name, std::string &&default_value)
 

Variables

static const char * mrs::authentication::kBasicSchema = "basic"