Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Commit 1a0a1d1

Browse files
authored
Update conn.py
1 parent 179cc73 commit 1a0a1d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

skpy/conn.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,9 @@ def writeTokenToStr(self):
346346
Return details of the current connection into a string.
347347
348348
This can be used by :meth:`readTokenFromStr` to re-authenticate at a later time.
349+
350+
Returns:
351+
str: A token string that can be used by :meth:`readTokenFromStr` to re-authenticate.
349352
"""
350353
return "\n".join([
351354
self.userId,

0 commit comments

Comments
 (0)