VRay SDK for C++
|
Struct with the most relevant details for the actively logged in user. More...
#include <licensing.hpp>
Public Member Functions | |
ActiveUserDetails (const ActiveUserDetailsView &view) | |
An access token that may be used for communication with other Chaos services. | |
Public Attributes | |
std::string | |
std::string | firstName |
The user UUID (unique universal identifier). Should always be a valid non-empty string (for valid details). | |
std::string | lastName |
The registered first name of the user. May be an empty string. | |
AccessToken | userAccessToken |
The registered last name of the user. May be an empty string. | |
std::string | uuid |
Contains the user email. Should always be a valid non-empty string (for valid details). | |
Struct with the most relevant details for the actively logged in user.