Skip to content

Commit 138916d

Browse files
committed
Clarify README description
1 parent b6ffc59 commit 138916d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ Main class of OneLogin Python Toolkit
967967
* ***set_strict*** Set the strict mode active/disable.
968968
* ***get_last_request_xml*** Returns the most recently-constructed/processed XML SAML request (``AuthNRequest``, ``LogoutRequest``)
969969
* ***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.
971971
* ***get_last_message_id*** The ID of the last Response SAML message processed.
972972
* ***get_last_assertion_id*** The ID of the last assertion processed.
973973
* ***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

Comments
 (0)