Log()
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.Log("xFueY", "Logged In")
Success Response
{
"result":"success"
}
Error Response
Last updated
Was this helpful?