Electroneum
Loading...
Searching...
No Matches
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

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

Initial value:
std::function<std::string(const session&, boost::string_ref, boost::string_ref)>

Definition at line 108 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

Definition at line 112 of file http_auth.h.

113 : nonce(std::move(nonce_))
114 , opaque(std::move(opaque_))
115 , realm(std::move(realm_))
116 , generator(std::move(generator_))
117 {}

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:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/contrib/epee/include/net/http_auth.h