You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>This method creates a license key that is time-limited, <a href="https://help.cryptolens.io/licensing-models/node-locked" target="_blank">node-locked</a>
162
+
* and with the "Time-Limited" and "Trial" features set to true (which can be set by editing the
163
+
* <a href="https://help.cryptolens.io/web-interface/feature-definitions" target="_blank">feature definitions</a> on the product page).
164
+
* Note, by default, the trial will work for 15 days. To change this limit, you can set the <b>Feature Lock</b>
165
+
* to the desired value, when creating the access token.</p>
166
+
*
167
+
* <p>If a trial key was already created for a certain machine code, this method will try to find the license
168
+
* key and return it instead. However, this will only occur if the license key is still a trial key (based
169
+
* on feature definitions) and is not blocked.</p>
170
+
* @param token The access token with 'CreateTrialKey' permission.
171
+
* @param model Method parameters.
172
+
* @param error The error object whose Message field will be populated if an error has occurred. Please initialize
173
+
* this parameter, i.e. define <code>APIError error = new APIError();</code> and then pass
0 commit comments