open62541pp 0.19.0
C++ wrapper of open62541
Loading...
Searching...
No Matches
Public Attributes | List of all members
opcua::Login Struct Reference

#include <accesscontrol_default.hpp>

Detailed Description

Login credentials.

Examples
server_accesscontrol.cpp.

Definition at line 12 of file accesscontrol_default.hpp.

Public Attributes

String username
 
String password
 

Member Data Documentation

◆ password

String opcua::Login::password

Definition at line 14 of file accesscontrol_default.hpp.

◆ username

String opcua::Login::username

Definition at line 13 of file accesscontrol_default.hpp.