Info()

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

Arguments

Type

Required

Default

import PyAuthGG

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

App.Info()

Success Response

{
   "status":"Enabled",
   "developermode":"Disabled",
   "hash":"8967488e25e7b7c4c4ef056d7ba4f177",
   "version":"1.2.3",
   "downloadlink":"https://example.com/downloads/Application.exe",
   "freemode":"Disabled",
   "login":"Enabled",
   "register":"Enabled",
   "users":"1",
   "name":"xFueYs Application"
}

Error Response

For more responses, please refer to Auth.GG's Documentation.

Last updated

Was this helpful?