|
cxxmcp 1.1.6
C++ MCP SDK
|
Parsed authentication challenge from a WWW-Authenticate header. More...
#include <www_auth.hpp>
Public Member Functions | |
| std::string | parameter (std::string key) const |
| bool | bearer () const |
| Returns true when this is a Bearer challenge. | |
Public Attributes | |
| std::string | scheme |
| std::optional< std::string > | token68 |
| token68 payload for schemes that use it instead of key-value parameters. | |
| MetadataMap | parameters |
Parsed authentication challenge from a WWW-Authenticate header.