LibreAuth Nut.exe Visit Website

VB.NET SDK

.NET Visual Basic · LibreAuth native client

VB.NET .NET Visual Basic
POST https://libreauth.nutexe.dev/api/1.3/

Setup Guide

Reference LibreAuth.cs from VB project · set credentials in Module

  1. Panel → Manage Applications → copy name + ownerid
  2. API URL: https://libreauth.nutexe.dev/api/1.3/
  3. Source: csharp/LibreAuth.cs
  4. Ed25519 key: /health · Response Signing
  5. 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)