userver: server::handlers::auth::digest::ContextFromServer Struct Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
server::handlers::auth::digest::ContextFromServer Struct Reference

#include <userver/server/handlers/auth/digest/context.hpp>

+ Collaboration diagram for server::handlers::auth::digest::ContextFromServer:

Public Attributes

std::string realm
 
std::string nonce
 
std::string algorithm
 
bool stale {false}
 
std::string authparam
 
std::string qop
 
std::string opaque
 

Detailed Description

WWW-Authenticate header from server response realm, nonce directives are mandatory domain, opaque, stale, algorithm, qop, auth-param directives are optional

Definition at line 15 of file context.hpp.

Member Data Documentation

◆ algorithm

std::string server::handlers::auth::digest::ContextFromServer::algorithm

Definition at line 18 of file context.hpp.

◆ authparam

std::string server::handlers::auth::digest::ContextFromServer::authparam

Definition at line 20 of file context.hpp.

◆ nonce

std::string server::handlers::auth::digest::ContextFromServer::nonce

Definition at line 17 of file context.hpp.

◆ opaque

std::string server::handlers::auth::digest::ContextFromServer::opaque

Definition at line 22 of file context.hpp.

◆ qop

std::string server::handlers::auth::digest::ContextFromServer::qop

Definition at line 21 of file context.hpp.

◆ realm

std::string server::handlers::auth::digest::ContextFromServer::realm

Definition at line 16 of file context.hpp.

◆ stale

bool server::handlers::auth::digest::ContextFromServer::stale {false}

Definition at line 19 of file context.hpp.


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