
Official VB.NET SDK for Authon — Software Licensing & Authentication Platform
Website • Docs • Discord • Status
- .NET 6+ or .NET Framework 4.6.1+
- No external NuGet packages
Copy Authon.vb into your project.
Imports AuthonSDK
Dim auth As New Authon("your-app-id", "your-api-key")
Await auth.InitAsync()
If Await auth.LoginAsync("username", "password") Then
Console.WriteLine($"Level: {auth.Level}")
End If
Await auth.LogoutAsync()- 🌐 Website: https://authon.pro
- 📖 Docs: https://authon.pro/docs
- 💬 Discord: https://discord.gg/MTY79JDFm6
- 📊 Status: https://authon.pro/status
- 🔗 API Health: https://api.authon.pro/health
MIT