Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Authon VB.NET SDK

Authon
Official VB.NET SDK for Authon — Software Licensing & Authentication Platform

WebsiteDocsDiscordStatus


Requirements

  • .NET 6+ or .NET Framework 4.6.1+
  • No external NuGet packages

Installation

Copy Authon.vb into your project.

Quick Start

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()

Links

License

MIT

About

Authon VB.NET SDK - .NET Framework/Core authentication & licensing

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages