![]() |
NDEVR
API Documentation
|
Stores user credentials for server authentication, including username, password hash, and IP. More...
Public Attributes | |
| bool | credentials_validated = false |
| Whether credentials have been validated. | |
| UUID | encoded_user_password |
| Hashed/encoded user password. | |
| String | ip_address |
| IP address of the client. | |
| sint04 | user_id = Constant<sint04>::Invalid |
| Numeric user ID assigned by the server. | |
| String | username |
| The user's login name. | |
Stores user credentials for server authentication, including username, password hash, and IP.
Definition at line 103 of file ServerActions.h.