ChangePassword()
The Info() function can be used for fetching information about the application.
import PyAuthGG
App = PyAuthGG.Application("API KEY", "AID", "SECRET_KEY")
App.ChangePassword("xFueY", "OldPassword", "NewPassword")Success Response
{
"result":"success"
}Error Response
Last updated