Register()
The Info() function can be used for fetching information about the application.
Arguments
Type
Required
Default
License
String
True
Username
String
True
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
Last updated
Was this helpful?