2#include <NDEVR/String.h>
3#include <NDEVR/PasswordString.h>
When passwords are used inside the NDEVR engine, we don't want them logged or visible.
The core String class for the NDEVR API.
The primary namespace for the NDEVR SDK.
int32_t sint04
-Defines an alias representing a 4 byte, signed integer.
Stores user authentication credentials including username, password, and validation state.
sint04 user_id
Numeric user ID from the server.
String ip_address
IP address of the authenticated client.
bool credentials_validated
Whether the credentials have been validated.
PasswordString user_password
The user's password (stored securely in memory).
String username
The user's login name.