WPF SDK
.NET WPF desktop · LibreAuth native client
WPF
.NET WPF desktop
Setup Guide
Add LibreAuth.cs to WPF project · bind login UI to LibreAuth client
- Panel → Manage Applications → copy name + ownerid
- API URL:
https://libreauth.nutexe.dev/api/1.3/ - Source:
csharp/LibreAuth.cs - Ed25519 key: /health · Response Signing
- Test: Live API · Init docs
Install / Dependencies
Terminal
// Add sdk/csharp/LibreAuth.cs to WPF project
Code Example
WPF
var app = new LibreAuth("AppName", "OWNER_ID_10", "1.0", "https://libreauth.nutexe.dev/api/1.3/");
await app.InitAsync();
await app.LoginAsync(username, password, hwid);