Skip to content

Commit

Permalink
Update conn.py
Browse files Browse the repository at this point in the history
  • Loading branch information
RCW679 authored Apr 21, 2024
1 parent 179cc73 commit 1a0a1d1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skpy/conn.py
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,9 @@ def writeTokenToStr(self):
Return details of the current connection into a string.
This can be used by :meth:`readTokenFromStr` to re-authenticate at a later time.
Returns:
str: A token string that can be used by :meth:`readTokenFromStr` to re-authenticate.
"""
return "\n".join([
self.userId,
Expand Down

0 comments on commit 1a0a1d1

Please sign in to comment.