File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -915,6 +915,7 @@ Main class of OneLogin Python Toolkit
915
915
* *** get_sso_url*** Gets the SSO url.
916
916
* *** get_slo_url*** Gets the SLO url.
917
917
* *** get_last_request_id*** The ID of the last Request SAML message generated (AuthNRequest, LogoutRequest).
918
+ * *** get_last_authn_contexts*** Returns the list of authentication contexts sent in the last SAML Response.
918
919
* *** build_request_signature*** Builds the Signature of the SAML Request.
919
920
* *** build_response_signature*** Builds the Signature of the SAML Response.
920
921
* *** get_settings*** Returns the settings info.
Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def get_last_assertion_id(self):
322
322
323
323
def get_last_authn_contexts (self ):
324
324
"""
325
- :returns: The list of authentication contexts sent in the last SAML resposne .
325
+ :returns: The list of authentication contexts sent in the last SAML Response .
326
326
:rtype: list
327
327
"""
328
328
return self .__last_authn_contexts
You can’t perform that action at this time.
0 commit comments