MySQL 9.1.0
Source Code Documentation
|
Basic Authentication for HTTP. More...
#include <http_auth_method_basic.h>
Classes | |
struct | AuthData |
Static Public Member Functions | |
static AuthData | decode_authorization (const std::string &http_auth_data, std::error_code &ec) |
static std::string | encode_authorization (const AuthData &auth_data) |
Static Public Attributes | |
static constexpr char | kMethodName [] = "Basic" |
Basic Authentication for HTTP.
Credentials (username:password) are wrapped in Base64. Not encrypted, must be over secure channel.
|
static |
|
static |
|
staticconstexpr |