Skip to content

Commit 910a288

Browse files
committed
Fix get_session_expiration signature
1 parent 78ab3ca commit 910a288

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/onelogin/saml2/auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ def get_session_expiration(self):
288288
"""
289289
Returns the SessionNotOnOrAfter from the AuthnStatement.
290290
:returns: The SessionNotOnOrAfter of the assertion
291-
:rtype: DateTime|None
291+
:rtype: unix/posix timestamp|None
292292
"""
293293
return self.__session_expiration
294294

0 commit comments

Comments
 (0)