NDEVR
API Documentation
ServerUserInfo

Extended user information including contact details and encryption keys. More...

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

Public Attributes

String email
 User's email address.
Buffer< uint01encoded_private_key
 User's encrypted private key.
bool is_public = false
 Whether the user profile is publicly visible.
String phone_number
 User's phone number.
Buffer< uint01public_key
 User's public encryption key.
Public Attributes inherited from ServerCredentials
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

Extended user information including contact details and encryption keys.


Definition at line 180 of file ServerActions.h.


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