class MAGES::AuthenticationUrls¶
Overview¶
A struct that is used to save the user authentication data urls. More…
class AuthenticationUrls { public: // properties string UserURL; string CheckoutURL; string LicenseTypeURL; string LicenseExpirationDateURL; string HeartbeatURL; string TokenURL; };
Detailed Documentation¶
A struct that is used to save the user authentication data urls.
Properties¶
string UserURL
Gets the User URL.
string CheckoutURL
Gets the Checkout URL.
string LicenseTypeURL
Gets the License Type URL.
string LicenseExpirationDateURL
Gets the License Expiration Date URL.
string HeartbeatURL
Gets the Heartbeat URL.
string TokenURL
Gets the auth token generation/refresh url.