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,