Electroneum
epee::net_utils::http::http_server_auth::session Struct Reference

#include <http_auth.h>

Collaboration diagram for epee::net_utils::http::http_server_auth::session:

Public Member Functions

 session (login credentials_)
 

Public Attributes

login credentials
 
std::string nonce
 
std::uint32_t counter
 

Detailed Description

Definition at line 64 of file http_auth.h.

Constructor & Destructor Documentation

◆ session()

epee::net_utils::http::http_server_auth::session::session ( login  credentials_)
inline

Definition at line 66 of file http_auth.h.

Member Data Documentation

◆ counter

std::uint32_t epee::net_utils::http::http_server_auth::session::counter

Definition at line 72 of file http_auth.h.

◆ credentials

login epee::net_utils::http::http_server_auth::session::credentials

Definition at line 70 of file http_auth.h.

◆ nonce

std::string epee::net_utils::http::http_server_auth::session::nonce

Definition at line 71 of file http_auth.h.


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