![]() |
NDEVR
API Documentation
|
Stores user authentication credentials including username, password, and validation state. More...
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. | |
Stores user authentication credentials including username, password, and validation state.
Definition at line 9 of file Credentials.h.