chai_py.auth module¶
-
class
chai_py.auth.ChaiAuth(uid: str, key: str)¶ Bases:
object-
property
is_guest¶
-
property
key¶
-
property
uid¶
-
property
-
chai_py.auth.get_auth()¶
-
chai_py.auth.set_auth(uid: str, key: str)¶ Sets package-wide developer authentication.
- Parameters
uid – Developer Unique Identifier.
key – Developer key.
- Returns