ChangePassword()

The Info() function can be used for fetching information about the application.

Arguments

Type

Required

Default

Username

String

True

Old Password

String

True

New Password

String

True

import PyAuthGG

App = PyAuthGG.Application("API KEY", "AID", "SECRET_KEY")

App.ChangePassword("xFueY", "OldPassword", "NewPassword")

Success Response

{
"result":"success"
}

Error Response

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

Last updated

Was this helpful?