For the complete documentation index, see llms.txt. This page is also available as Markdown.

Extend()

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.ChangeVariable("xFueY", "Variable")

Success Response

{
   "result":"success"
}

Error Response

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

Last updated