open62541pp 0.16.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
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.