NDEVR
API Documentation
Credentials

Stores user authentication credentials including username, password, and validation state. More...

Collaboration diagram for Credentials:
[legend]

Public Attributes

bool credentials_validated = false
 Whether the credentials have been validated.
String ip_address
 IP address of the authenticated client.
sint04 user_id = Constant<sint04>::Invalid
 Numeric user ID from the server.
PasswordString user_password
 The user's password (stored securely in memory).
String username
 The user's login name.

Detailed Description

Stores user authentication credentials including username, password, and validation state.


Definition at line 9 of file Credentials.h.


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