userver: server::handlers::auth::digest::ContextFromServer Struct Reference
Loading...
Searching...
No Matches
server::handlers::auth::digest::ContextFromServer Struct Reference

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

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.

+ 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
 

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: