Register()
The Info() function can be used for fetching information about the application.
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
Last updated