NDEVR
API Documentation
ServerCredentials

Stores user credentials for server authentication, including username, password hash, and IP. More...

Inheritance diagram for ServerCredentials:
[legend]
Collaboration diagram for ServerCredentials:
[legend]

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.

Detailed Description

Stores user credentials for server authentication, including username, password hash, and IP.


Definition at line 103 of file ServerActions.h.


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