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":"[email protected]",
   "uservar":"Variable",
   "rank":"0",
   "ip":"1.1.1.1",
   "expiry":"2294-03-29 15:30:41",
   "variables":{
      
   }
}

Error Response

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

Last updated

Was this helpful?