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
<ttclass="descname">get_last_error_reason</tt><big>(</big><big>)</big><aclass="reference internal" href="_modules/saml2/auth.html#OneLogin_Saml2_Auth.get_last_error_reason"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.auth.OneLogin_Saml2_Auth.get_last_error_reason" title="Permalink to this definition">¶</a></dt>
<ttclass="descname">get_nameid</tt><big>(</big><big>)</big><aclass="reference internal" href="_modules/saml2/auth.html#OneLogin_Saml2_Auth.get_nameid"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.auth.OneLogin_Saml2_Auth.get_nameid" title="Permalink to this definition">¶</a></dt>
@@ -232,13 +248,18 @@ <h1>OneLogin saml2 Module<a class="headerlink" href="#onelogin-saml2-package" ti
232
248
233
249
<dlclass="method">
234
250
<dtid="saml2.auth.OneLogin_Saml2_Auth.logout">
235
-
<ttclass="descname">logout</tt><big>(</big><em>return_to=None</em><big>)</big><aclass="reference internal" href="_modules/saml2/auth.html#OneLogin_Saml2_Auth.logout"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.auth.OneLogin_Saml2_Auth.logout" title="Permalink to this definition">¶</a></dt>
251
+
<ttclass="descname">logout</tt><big>(</big><em>return_to=None</em>, <em>name_id=None</em>, <em>session_index=None</em><big>)</big><aclass="reference internal" href="_modules/saml2/auth.html#OneLogin_Saml2_Auth.logout"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.auth.OneLogin_Saml2_Auth.logout" title="Permalink to this definition">¶</a></dt>
<trclass="field-odd field"><thclass="field-name">Parameters:</th><tdclass="field-body"><strong>return_to</strong> (<em>string</em>) – Optional argument. The target URL the user should be redirected to after logout.</td>
<emclass="property">class </em><ttclass="descclassname">onelogin.saml2.logout_request.</tt><ttclass="descname">OneLogin_Saml2_Logout_Request</tt><big>(</big><em>settings</em><big>)</big><aclass="reference internal" href="_modules/saml2/logout_request.html#OneLogin_Saml2_Logout_Request"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.logout_request.OneLogin_Saml2_Logout_Request" title="Permalink to this definition">¶</a></dt>
657
+
<emclass="property">class </em><ttclass="descclassname">onelogin.saml2.logout_request.</tt><ttclass="descname">OneLogin_Saml2_Logout_Request</tt><big>(</big><em>settings</em>, <em>request=None</em>, <em>name_id=None</em>, <em>session_index=None</em><big>)</big><aclass="reference internal" href="_modules/saml2/logout_request.html#OneLogin_Saml2_Logout_Request"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.logout_request.OneLogin_Saml2_Logout_Request" title="Permalink to this definition">¶</a></dt>
<emclass="property">static </em><ttclass="descname">get_id</tt><big>(</big><em>request</em><big>)</big><aclass="reference internal" href="_modules/saml2/logout_request.html#OneLogin_Saml2_Logout_Request.get_id"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_id" title="Permalink to this definition">¶</a></dt>
@@ -708,6 +729,13 @@ <h1>OneLogin saml2 Module<a class="headerlink" href="#onelogin-saml2-package" ti
<ttclass="descname">get_error</tt><big>(</big><big>)</big><aclass="reference internal" href="_modules/saml2/logout_request.html#OneLogin_Saml2_Logout_Request.get_request"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.logout_request.OneLogin_Saml2_Logout_Request.get_error" title="Permalink to this definition">¶</a></dt>
735
+
<dd><p>After execute a validation process, if fails this method returns the cause
736
+
:rtype: str object</p>
737
+
</dd></dl>
738
+
711
739
</dd></dl>
712
740
713
741
</div>
@@ -758,6 +786,13 @@ <h1>OneLogin saml2 Module<a class="headerlink" href="#onelogin-saml2-package" ti
<ttclass="descname">get_error</tt><big>(</big><big>)</big><aclass="reference internal" href="_modules/saml2/logout_response.html#OneLogin_Saml2_Logout_Response.get_request"><spanclass="viewcode-link">[source]</span></a><aclass="headerlink" href="#saml2.logout_response.OneLogin_Saml2_Logout_Response.get_error" title="Permalink to this definition">¶</a></dt>
792
+
<dd><p>After execute a validation process, if fails this method returns the cause
0 commit comments