1+ <!DOCTYPE html>
2+ < html class ="writer-html4 " lang ="en " >
3+ < head >
4+ < meta charset ="utf-8 " />
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " />
6+ < title > Overview: module code — SAML Python Toolkit 1 documentation</ title > < link rel ="stylesheet " href ="../_static/css/theme.css " type ="text/css " />
7+ < link rel ="stylesheet " href ="../_static/pygments.css " type ="text/css " />
8+ <!--[if lt IE 9]>
9+ <script src="../_static/js/html5shiv.min.js"></script>
10+ <![endif]-->
11+ < script id ="documentation_options " data-url_root ="../ " src ="../_static/documentation_options.js "> </ script >
12+ < script type ="text/javascript " src ="../_static/jquery.js "> </ script >
13+ < script type ="text/javascript " src ="../_static/underscore.js "> </ script >
14+ < script type ="text/javascript " src ="../_static/doctools.js "> </ script >
15+ < script type ="text/javascript " src ="../_static/language_data.js "> </ script >
16+ < script src ="../_static/js/theme.js "> </ script >
17+ < link rel ="index " title ="Index " href ="../genindex.html " />
18+ < link rel ="search " title ="Search " href ="../search.html " />
19+ </ head >
20+
21+ < body class ="wy-body-for-nav ">
22+ < div class ="wy-grid-for-nav ">
23+ < nav data-toggle ="wy-nav-shift " class ="wy-nav-side ">
24+ < div class ="wy-side-scroll ">
25+ < div class ="wy-side-nav-search " >
26+
27+
28+
29+ < a href ="../index.html " class ="icon icon-home ">
30+ SAML Python Toolkit
31+ </ a >
32+ < div role ="search ">
33+ < form id ="rtd-search-form " class ="wy-form " action ="../search.html " method ="get ">
34+ < input type ="text " name ="q " placeholder ="Search docs " aria-label ="Search docs " />
35+ < input type ="hidden " name ="check_keywords " value ="yes " />
36+ < input type ="hidden " name ="area " value ="default " />
37+ </ form >
38+ </ div >
39+ </ div > < div class ="wy-menu wy-menu-vertical " data-spy ="affix " role ="navigation " aria-label ="Navigation menu ">
40+ < p class ="caption "> < span class ="caption-text "> Contents:</ span > </ p >
41+ < ul >
42+ < li class ="toctree-l1 "> < a class ="reference internal " href ="../onelogin.html "> onelogin package</ a > </ li >
43+ </ ul >
44+
45+ </ div >
46+ </ div >
47+ </ nav >
48+
49+ < section data-toggle ="wy-nav-shift " class ="wy-nav-content-wrap "> < nav class ="wy-nav-top " aria-label ="Mobile navigation menu " >
50+ < i data-toggle ="wy-nav-top " class ="fa fa-bars "> </ i >
51+ < a href ="../index.html "> SAML Python Toolkit</ a >
52+ </ nav >
53+
54+ < div class ="wy-nav-content ">
55+ < div class ="rst-content ">
56+ < div role ="navigation " aria-label ="Page navigation ">
57+ < ul class ="wy-breadcrumbs ">
58+ < li > < a href ="../index.html " class ="icon icon-home " aria-label ="Home "> </ a > </ li >
59+ < li class ="breadcrumb-item active "> Overview: module code</ li >
60+ < li class ="wy-breadcrumbs-aside ">
61+ </ li >
62+ </ ul >
63+ < hr />
64+ </ div >
65+ < div role ="main " class ="document " itemscope ="itemscope " itemtype ="http://schema.org/Article ">
66+ < div itemprop ="articleBody ">
67+
68+ < h1 > All modules for which code is available</ h1 >
69+ < ul > < li > < a href ="onelogin/saml2/auth.html "> onelogin.saml2.auth</ a > </ li >
70+ < li > < a href ="onelogin/saml2/authn_request.html "> onelogin.saml2.authn_request</ a > </ li >
71+ < li > < a href ="onelogin/saml2/constants.html "> onelogin.saml2.constants</ a > </ li >
72+ < li > < a href ="onelogin/saml2/errors.html "> onelogin.saml2.errors</ a > </ li >
73+ < li > < a href ="onelogin/saml2/idp_metadata_parser.html "> onelogin.saml2.idp_metadata_parser</ a > </ li >
74+ < li > < a href ="onelogin/saml2/logout_request.html "> onelogin.saml2.logout_request</ a > </ li >
75+ < li > < a href ="onelogin/saml2/logout_response.html "> onelogin.saml2.logout_response</ a > </ li >
76+ < li > < a href ="onelogin/saml2/metadata.html "> onelogin.saml2.metadata</ a > </ li >
77+ < li > < a href ="onelogin/saml2/response.html "> onelogin.saml2.response</ a > </ li >
78+ < li > < a href ="onelogin/saml2/settings.html "> onelogin.saml2.settings</ a > </ li >
79+ < li > < a href ="onelogin/saml2/utils.html "> onelogin.saml2.utils</ a > </ li >
80+ < li > < a href ="onelogin/saml2/xmlparser.html "> onelogin.saml2.xmlparser</ a > </ li >
81+ </ ul >
82+
83+ </ div >
84+ </ div >
85+ < footer >
86+
87+ < hr />
88+
89+ < div role ="contentinfo ">
90+ < p > © Copyright 2023, Sixto Martin.</ p >
91+ </ div >
92+
93+ Built with < a href ="https://www.sphinx-doc.org/ "> Sphinx</ a > using a
94+ < a href ="https://github.com/readthedocs/sphinx_rtd_theme "> theme</ a >
95+ provided by < a href ="https://readthedocs.org "> Read the Docs</ a > .
96+
97+
98+ </ footer >
99+ </ div >
100+ </ div >
101+ </ section >
102+ </ div >
103+ < script >
104+ jQuery ( function ( ) {
105+ SphinxRtdTheme . Navigation . enable ( true ) ;
106+ } ) ;
107+ </ script >
108+
109+ </ body >
110+ </ html >
0 commit comments