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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ public class Main {
35
35
In order to adjust this code to your products, several parameters needs to be changed, which we outline below:
36
36
37
37
*`RSAPubKey` - the RSA Public key, which can be found on [this](https://app.cryptolens.io/docs/api/v3/QuickStart#api-keys) page.
38
-
*`token` - the access token (can be found [here](https://app.cryptolens.io/docs/api/v3/QuickStart#api-keys), in *API Keys* section).
38
+
*`auth` - the access token (can be found [here](https://app.cryptolens.io/docs/api/v3/QuickStart#api-keys), in *API Keys* section).
39
39
*`product_id` - the id of the product can be found on the product page (in the example above, it's 3646).
40
40
*`key` - the license key to be verified (above it's MPDWY-PQAOW-FKSCH-SGAAU).
41
41
*`machine_code` - the unique id of the device, which may require root access. Note, this value is not the same as the one generated by the .NET client.
0 commit comments