Skip to content

Commit 8cfb345

Browse files
committed
wip(auth): add PersonalToken auth method
1 parent 7fd7b9e commit 8cfb345

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/basalam_sdk/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This package provides a clean and simple interface to interact with Basalam's microservices.
55
"""
66

7-
from .auth import BaseAuth, ClientCredentials, AuthorizationCode, Scope
7+
from .auth import BaseAuth, ClientCredentials, AuthorizationCode, PersonalToken, Scope
88
from .basalam_client import BasalamClient
99
from .base_client import BaseClient
1010
from .chat.client import ChatService
@@ -29,6 +29,7 @@
2929
"BaseAuth",
3030
"ClientCredentials",
3131
"AuthorizationCode",
32+
"PersonalToken",
3233
"Scope",
3334

3435
# Configuration

0 commit comments

Comments
 (0)