This is an example of authenticating as a user and listing the user's licenses. The example is written in C# using the .NET framework.
First, install dependencies with dotnet
:
dotnet restore
Then run the program:
dotnet run
You should see log output indicating the current token and the user's license count:
[INFO] [Main] Token=user-e1e1d317127822de147cd07060e8edv3 LicenseCount=10
Reach out at support@keygen.sh if you have any questions or concerns!