LicenseSpring C++ SDK
Easily add Software Licensing to your application
Loading...
Searching...
No Matches
PODTypes.h
Go to the documentation of this file.
1#ifndef LS_POD_TYPES_H
2#define LS_POD_TYPES_H
3
4#ifdef _MSC_VER
5#pragma once
6#endif
7
15
23
33
43
112
143
144#endif // LS_POD_TYPES_H
LSAuthMethod
Product authorization method.
Definition PODTypes.h:10
@ AuthMethodUserBased
Authorization method based on user credentials.
Definition PODTypes.h:13
@ AuthMethodKeyBased
Authorization method based on license keys.
Definition PODTypes.h:12
@ AuthMethodUnknown
Invalid method.
Definition PODTypes.h:11
LSFeatureType
Product feature type.
Definition PODTypes.h:18
@ FeatureTypeNone
Invalid type.
Definition PODTypes.h:19
@ FeatureTypeConsumption
Consumption feature type.
Definition PODTypes.h:21
@ FeatureTypeActivation
Activation feature type.
Definition PODTypes.h:20
LSConsumptionPeriod
Consumption period.
Definition PODTypes.h:36
@ ConsumptionPeriodAnnually
Annually consumption reset.
Definition PODTypes.h:41
@ ConsumptionPeriodMonthly
Monthly consumption reset.
Definition PODTypes.h:40
@ ConsumptionPeriodWeekly
Weekly consumption reset.
Definition PODTypes.h:39
@ ConsumptionPeriodNone
No consumption period, consumption reset disabled.
Definition PODTypes.h:37
@ ConsumptionPeriodDaily
Daily consumption reset.
Definition PODTypes.h:38
DeviceIDAlgorithm
Type of Device ID algorithm used by the SDK.
Definition PODTypes.h:115
@ AutoId
Device ID algorithm with auto-detection of the platform.
Definition PODTypes.h:126
@ AutoIdGen2
Device ID algorithm with auto-detection of the platform.
Definition PODTypes.h:137
@ WinCSProductId
Alternative device ID algorithm for Windows.
Definition PODTypes.h:130
@ Default
Default device ID calculation algorithm.
Definition PODTypes.h:117
@ CloudPlatformsId
Cloud platforms instance ID algorithm.
Definition PODTypes.h:123
@ WinCryptographyId
Alternative device ID algorithm for Windows.
Definition PODTypes.h:134
@ Gen2
Generation 2 of device ID algorithm for Windows.
Definition PODTypes.h:120
@ AutoIdWinCloud
Device ID algorithm with auto-detection of the platform, meant for Windows cloud instances.
Definition PODTypes.h:141
LSLicenseType
License type.
Definition PODTypes.h:26
@ LicenseTypeUnknown
Unknown (invalid) License type.
Definition PODTypes.h:31
@ LicenseTypePerpetual
Perpetual License type.
Definition PODTypes.h:27
@ LicenseTypeTimeLimited
TimeLimited License type.
Definition PODTypes.h:29
@ LicenseTypeConsumption
Consumption License type.
Definition PODTypes.h:30
@ LicenseTypeSubscription
Subscription License type.
Definition PODTypes.h:28
LSErrorCode
LicenseSpring Error codes enum.
Definition PODTypes.h:46
@ eLicenseNotFound
License not found.
Definition PODTypes.h:52
@ eNotEnoughConsumptionError
Consumption license or feature run out of resources.
Definition PODTypes.h:63
@ eInvalidCredential
Username does not exist or wrong password provided.
Definition PODTypes.h:69
@ eWatchdogError
Failed to set license watchdog.
Definition PODTypes.h:98
@ eTrialNotAllowed
Getting trial licenses is restricted by product license policy.
Definition PODTypes.h:85
@ eLicenseDisabled
License disabled.
Definition PODTypes.h:54
@ eFloatingFeatureDeviceNotInUse
Device was never used to check out a floating feature.
Definition PODTypes.h:104
@ eServerError
Internal server error.
Definition PODTypes.h:57
@ eInvalidApiKey
Provided api key is not valid.
Definition PODTypes.h:93
@ eRevokedApiKey
Provided api key is revoked.
Definition PODTypes.h:95
@ eInvalidConfirmationCode
Air gap confirmation code is invalid.
Definition PODTypes.h:99
@ eSSOTokenError
Token for SSO is not valid or expired.
Definition PODTypes.h:88
@ eInvalidLicenseFeatureError
Feature does not exist or wrong feature type.
Definition PODTypes.h:76
@ eInvalidLicenseFeatureCode
Feature code not found on license.
Definition PODTypes.h:102
@ eReadOnlyApiKey
Provided api key is read_only.
Definition PODTypes.h:94
@ eApiKeyProductNotAllowed
Provided api key does not allow access to configured product.
Definition PODTypes.h:96
@ eLicenseSpringInternalError
Definition PODTypes.h:70
@ eDeviceError
Device from which the call is made is not licensed (Hardware ID mismatch)
Definition PODTypes.h:58
@ eProductMismatchError
Definition PODTypes.h:64
@ eClockTamperedError
Detected that system clock has been set back.
Definition PODTypes.h:68
@ eStdError
C++ standard exception encountered.
Definition PODTypes.h:49
@ eDeviceBlacklisted
Definition PODTypes.h:82
@ eUnauthorizedClient
OAuth client credentials are either expired or wrong.
Definition PODTypes.h:106
@ eInvalidOrderIDError
Definition PODTypes.h:74
@ eSignatureMismatchError
Server signature is not valid.
Definition PODTypes.h:66
@ eOAuthTokenExpired
Previously fetched OAuth token is expired.
Definition PODTypes.h:108
@ eLicenseNotFloating
The license is not floating.
Definition PODTypes.h:81
@ eFeatureNotFloating
License feature that should be released is not a floating feature.
Definition PODTypes.h:103
@ eAuthorizationError
Authorization failed.
Definition PODTypes.h:91
@ eNetworkTimeoutError
Request to the backend has timed out.
Definition PODTypes.h:62
@ eRequestDateHeaderInvalid
Definition PODTypes.h:100
@ eVMDNotAvailable
Windows only, in case VM detection dll not found or tempered.
Definition PODTypes.h:92
@ eNoError
No error, everything is ok.
Definition PODTypes.h:47
@ eNoInternetError
Problems with Internet connection.
Definition PODTypes.h:61
@ eLocalLicenseError
SDK could not read or write license to the storage.
Definition PODTypes.h:67
@ eBorrowingNotAllowed
License borrowing is not allowed by license policy.
Definition PODTypes.h:90
@ eVMNotAllowed
Running on Virtual machine not allowed.
Definition PODTypes.h:79
@ eGeneralLSError
General LicenseSpring error.
Definition PODTypes.h:50
@ eVersionError
App version not found on the backend.
Definition PODTypes.h:59
@ eActivationFailed
Internal server error.
Definition PODTypes.h:56
@ ePasswordChangeNotAllowed
Password change is restricted by product policy.
Definition PODTypes.h:84
@ eLicenseInactive
Could not activate license.
Definition PODTypes.h:55
@ eInvalidClient
OAuth client doesn't exist.
Definition PODTypes.h:109
@ eFloatingTimeoutExpired
Floating license borrowing period or floating timeout expired.
Definition PODTypes.h:97
@ eMissingEmailError
Definition PODTypes.h:72
@ eLicenseNoAvailableActivations
Definition PODTypes.h:77
@ eNegativeConsumptionsNotAllowed
Negative consumptions not allowed.
Definition PODTypes.h:105
@ eBorrowLicenseError
Borrowing period is not valid (it is bigger than max possible)
Definition PODTypes.h:89
@ eLicenseExpired
License Expired.
Definition PODTypes.h:53
@ eOAuthRequired
OAuth authorization is required instead of api and shared keys.
Definition PODTypes.h:107
@ eMaxFloatingReached
Reached max users count for floating license.
Definition PODTypes.h:80
@ eInitializationError
Invalid Configuration settings.
Definition PODTypes.h:51
@ eProductError
Product not found on the backend.
Definition PODTypes.h:60
@ eCannotBeActivatedNow
Current date is behind license start date.
Definition PODTypes.h:86
@ eOAuthTokenMalformed
OAuth token is malformed.
Definition PODTypes.h:110
@ eUnknownError
Unknown error encountered.
Definition PODTypes.h:48
@ eSSOError
Customer account not found or SSO is not set up properly.
Definition PODTypes.h:87