open62541pp 0.17.0
C++ wrapper of open62541
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
opcua::Login Struct Reference

#include <accesscontrol_default.hpp>

Detailed Description

Login credentials.

Definition at line 11 of file accesscontrol_default.hpp.

Public Attributes

std::string username
 
std::string password
 

Member Data Documentation

◆ username

std::string opcua::Login::username

Definition at line 12 of file accesscontrol_default.hpp.

◆ password

std::string opcua::Login::password

Definition at line 13 of file accesscontrol_default.hpp.