Skip to content

Commit 51da7ec

Browse files
authored
Fix #225 Fix get_session_expiration signature
1 parent 589425d commit 51da7ec

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
@@ -279,7 +279,7 @@ def get_session_expiration(self):
279279
"""
280280
Returns the SessionNotOnOrAfter from the AuthnStatement.
281281
:returns: The SessionNotOnOrAfter of the assertion
282-
:rtype: DateTime|None
282+
:rtype: unix/posix timestamp|None
283283
"""
284284
return self.__session_expiration
285285

0 commit comments

Comments
 (0)