userver: server::handlers::auth::digest::ContextFromClient 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::ContextFromClient Struct Reference

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

Detailed Description

Authorization header from client request username, realm, nonce, digest-uri directives response are mandatory algorithm, cnonce, opaque, qop, nc, auth-param directives are optional

Definition at line 28 of file context.hpp.

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

Public Attributes

std::string username
 
std::string realm
 
std::string nonce
 
std::string uri
 
std::string response
 
std::string algorithm
 
std::string cnonce
 
std::string opaque
 
std::string qop
 
std::string nc
 
std::string authparam
 

Member Data Documentation

◆ algorithm

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

Definition at line 34 of file context.hpp.

◆ authparam

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

Definition at line 39 of file context.hpp.

◆ cnonce

std::string server::handlers::auth::digest::ContextFromClient::cnonce

Definition at line 35 of file context.hpp.

◆ nc

std::string server::handlers::auth::digest::ContextFromClient::nc

Definition at line 38 of file context.hpp.

◆ nonce

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

Definition at line 31 of file context.hpp.

◆ opaque

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

Definition at line 36 of file context.hpp.

◆ qop

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

Definition at line 37 of file context.hpp.

◆ realm

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

Definition at line 30 of file context.hpp.

◆ response

std::string server::handlers::auth::digest::ContextFromClient::response

Definition at line 33 of file context.hpp.

◆ uri

std::string server::handlers::auth::digest::ContextFromClient::uri

Definition at line 32 of file context.hpp.

◆ username

std::string server::handlers::auth::digest::ContextFromClient::username

Definition at line 29 of file context.hpp.


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