From 1a0a1d1ef9803babe9027b02709b8cadb57018b1 Mon Sep 17 00:00:00 2001 From: Dean Sleick Date: Sun, 21 Apr 2024 18:04:40 -0300 Subject: [PATCH] Update conn.py --- skpy/conn.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/skpy/conn.py b/skpy/conn.py index 818afb0..6ba15fd 100644 --- a/skpy/conn.py +++ b/skpy/conn.py @@ -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,