VB.NET SDK
.NET Visual Basic · LibreAuth native client
VB.NET
.NET Visual Basic
Setup Guide
Reference LibreAuth.cs from VB project · set credentials in Module
- 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
# Reference sdk/csharp/LibreAuth.cs from VB project
Code Example
VB.NET
Dim app As New LibreAuth("AppName", "OWNER_ID_10", "1.0", "https://libreauth.nutexe.dev/api/1.3/")
Await app.InitAsync()
Await app.LoginAsync(user, pass, hwid)