LicenseToken
Represents a license token containing detailed information about the license.
This data class encapsulates various properties of a license, including its platform, licensee, application IDs, license ID, product, permissions, validity, status, and other relevant details.
Types
Link copied to clipboard
Issues when setting the license.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class ServerPermissionInfo(val isUnlocked: Boolean, val leaseTimeLeft: Long, val leaseValidUntil: Date?, val issue: LicenseToken.Issue?)
Properties
Link copied to clipboard
An array of application IDs associated with the license.
Link copied to clipboard
The build version associated with the license.
Link copied to clipboard
The version of the license key.
Link copied to clipboard
The LicenseRights associated with the license.
Link copied to clipboard
ServerPermissionInfo object with server permissions information.
Link copied to clipboard
The LicenseStatus of the license.
Link copied to clipboard
The date until which the license is valid, in string format.