struct MAGES::Editor::DeveloperAuthentication::HeartbeatLicenseRequestBody¶
Overview¶
The data needed for the heartbeat license request. More…
struct HeartbeatLicenseRequestBody
{
// fields
string UserId;
string ProductName;
};
Detailed Documentation¶
The data needed for the heartbeat license request.
Fields¶
string UserId
The user’s id.
string ProductName
The product name.