Application()

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

Arguments

Type

Required

Default

API Key

String

True

AID

String

True

Secret Key

String

True

The API and AID key can be found on your account page. The Secret Key can be found on your applications page.

import PyAuthGG

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

Last updated

Was this helpful?