#include <userver/server/handlers/auth/digest/context.hpp>
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 | 
| std::string server::handlers::auth::digest::ContextFromServer::algorithm | 
Definition at line 18 of file context.hpp.
| std::string server::handlers::auth::digest::ContextFromServer::authparam | 
Definition at line 20 of file context.hpp.
| std::string server::handlers::auth::digest::ContextFromServer::nonce | 
Definition at line 17 of file context.hpp.
| std::string server::handlers::auth::digest::ContextFromServer::opaque | 
Definition at line 22 of file context.hpp.
| std::string server::handlers::auth::digest::ContextFromServer::qop | 
Definition at line 21 of file context.hpp.
| std::string server::handlers::auth::digest::ContextFromServer::realm | 
Definition at line 16 of file context.hpp.
| bool server::handlers::auth::digest::ContextFromServer::stale {false} | 
Definition at line 19 of file context.hpp.