PyAuthGG
  • PyAuthGG
  • Changelogs
  • Getting Started
  • Administration
    • Administration()
    • Users
      • FetchUser()
      • FetchUsedLicenses()
      • FetchUserCount()
      • FetchUsers()
      • DeleteUser()
      • ChangeVariable()
      • ChangeRank()
      • ChangePassword()
    • Licenses
      • FetchLicense()
      • FetchLicenseCount()
      • DeleteLicense()
      • UnuseLicense()
      • UseLicense()
      • GenerateLicense()
    • HWID
      • FetchHWID()
      • ResetHWID()
      • SetHWID()
  • Application
    • Application()
    • GetHWID()
    • Info()
    • Login()
    • Register()
    • Extend()
    • ForgotPassword()
    • ChangePassword()
    • Log()
  • GitHub Repository
  • PyPI Package
Powered by GitBook
On this page

Was this helpful?

  1. Application

GetHWID()

Arguments

Type

Required

Default

import PyAuthGG

App = PyAuthGG.Application("API KEY", "AID", "SECRET_KEY")

App.GetHWID()

Success Response

XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
PreviousApplication()NextInfo()

Last updated 4 years ago

Was this helpful?