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

Register()

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

Arguments

Type

Required

Default

License

String

True

Username

String

True

E-Mail

String

True

Password

String

True

import PyAuthGG

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

App.Register("NRMY7-YPPZ0-SHQR2-5ITYV-GFI40", "xFueY", "xFueY@mail.com", "Pass")

Success Response

{
   "result":"success"
}

Error Response

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

Last updated