Electroneum
epee::net_utils::http::http_client_auth::session::keys Struct Reference

#include <http_auth.h>

Collaboration diagram for epee::net_utils::http::http_client_auth::session::keys:

Public Types

using algorithm = std::function< std::string(const session &, boost::string_ref, boost::string_ref)>
 

Public Member Functions

 keys ()
 
 keys (std::string nonce_, std::string opaque_, std::string realm_, algorithm generator_)
 

Public Attributes

std::string nonce
 
std::string opaque
 
std::string realm
 
algorithm generator
 

Detailed Description

Definition at line 106 of file http_auth.h.

Member Typedef Documentation

◆ algorithm

using epee::net_utils::http::http_client_auth::session::keys::algorithm = std::function<std::string(const session&, boost::string_ref, boost::string_ref)>

Definition at line 109 of file http_auth.h.

Constructor & Destructor Documentation

◆ keys() [1/2]

epee::net_utils::http::http_client_auth::session::keys::keys ( )
inline

◆ keys() [2/2]

epee::net_utils::http::http_client_auth::session::keys::keys ( std::string  nonce_,
std::string  opaque_,
std::string  realm_,
algorithm  generator_ 
)
inline

Member Data Documentation

◆ generator

algorithm epee::net_utils::http::http_client_auth::session::keys::generator

Definition at line 122 of file http_auth.h.

◆ nonce

std::string epee::net_utils::http::http_client_auth::session::keys::nonce

Definition at line 119 of file http_auth.h.

◆ opaque

std::string epee::net_utils::http::http_client_auth::session::keys::opaque

Definition at line 120 of file http_auth.h.

◆ realm

std::string epee::net_utils::http::http_client_auth::session::keys::realm

Definition at line 121 of file http_auth.h.


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