Electroneum
epee::net_utils::http::login Struct Reference

#include <http_auth.h>

Collaboration diagram for epee::net_utils::http::login:

Public Member Functions

 login ()
 
 login (std::string username_, wipeable_string password_)
 

Public Attributes

std::string username
 
wipeable_string password
 

Detailed Description

Definition at line 49 of file http_auth.h.

Constructor & Destructor Documentation

◆ login() [1/2]

epee::net_utils::http::login::login ( )
inline

Definition at line 51 of file http_auth.h.

51 : username(), password() {}
wipeable_string password
Definition: http_auth.h:57

◆ login() [2/2]

epee::net_utils::http::login::login ( std::string  username_,
wipeable_string  password_ 
)
inline

Definition at line 52 of file http_auth.h.

53  : username(std::move(username_)), password(std::move(password_))
54  {}
wipeable_string password
Definition: http_auth.h:57
const T & move(const T &t)
Definition: gtest-port.h:1317

Member Data Documentation

◆ password

wipeable_string epee::net_utils::http::login::password

Definition at line 57 of file http_auth.h.

◆ username

std::string epee::net_utils::http::login::username

Definition at line 56 of file http_auth.h.


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