cxxmcp 1.1.6
C++ MCP SDK
Loading...
Searching...
No Matches
mcp::auth::WwwAuthenticateChallenge Struct Reference

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
 

Detailed Description

Parsed authentication challenge from a WWW-Authenticate header.


The documentation for this struct was generated from the following file: