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
  • Success Response
  • Error Response

Was this helpful?

  1. Application

Login()

The Info() function can be used for fetching information about the application.

Arguments

Type

Required

Default

Username

String

True

Password

String

True

import PyAuthGG

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

App.Login("xFueY", "Password")

Success Response

{
   "result":"success",
   "id":"12345",
   "username":"xFueY",
   "hwid":"XXXXXXXX-XXX-XXXX-XXXX-XXXXXXXXXXXXXX",
   "email":"xFueY@mail.com",
   "uservar":"Variable",
   "rank":"0",
   "ip":"1.1.1.1",
   "expiry":"2294-03-29 15:30:41",
   "variables":{
      
   }
}

Error Response

PreviousInfo()NextRegister()

Last updated 4 years ago

Was this helpful?

For more responses, please refer to .

Auth.GG's Documentation