You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -967,7 +967,7 @@ Main class of OneLogin Python Toolkit
967
967
****set_strict*** Set the strict mode active/disable.
968
968
****get_last_request_xml*** Returns the most recently-constructed/processed XML SAML request (``AuthNRequest``, ``LogoutRequest``)
969
969
****get_last_response_xml*** Returns the most recently-constructed/processed XML SAML response (``SAMLResponse``, ``LogoutResponse``). If the SAMLResponse had an encrypted assertion, decrypts it.
970
-
****get_last_response_in_response_to*** The `InResponseTo` of the most recently processed SAML Response.
970
+
****get_last_response_in_response_to*** The `InResponseTo`ID of the most recently processed SAML Response.
971
971
****get_last_message_id*** The ID of the last Response SAML message processed.
972
972
****get_last_assertion_id*** The ID of the last assertion processed.
973
973
****get_last_assertion_not_on_or_after*** The ``NotOnOrAfter`` value of the valid ``SubjectConfirmationData`` node (if any) of the last assertion processed (is only calculated with strict = true)
0 commit comments