Skip to content

Commit 754f635

Browse files
committed
Added method docstring
1 parent 3002e0d commit 754f635

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/onelogin/saml2/logout_response.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,11 @@ def build(self, in_response_to):
176176
self.__logout_response = logout_response
177177

178178
def get_in_response_to(self):
179+
"""
180+
Gets the ID of the LogoutRequest which this response is in response to
181+
:returns: ID of LogoutRequest this LogoutResponse is in response to or None if it is not present
182+
:rtype: str
183+
"""
179184
return self.document.get('InResponseTo')
180185

181186
def get_response(self, deflate=True):

0 commit comments

Comments
 (0)