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", "[email protected]", "Pass")

Success Response

{
   "result":"success"
}

Error Response

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

Last updated

Was this helpful?