1
- MSAL Python documentation
1
+ MSAL Python Documentation
2
2
=========================
3
3
4
4
.. toctree ::
5
5
:maxdepth: 2
6
6
:caption: Contents:
7
7
:hidden:
8
8
9
- MSAL Documentation <https://docs.microsoft.com/en-au/azure/active-directory/develop/msal-authentication-flows >
10
- GitHub Repository <https://github.com/AzureAD/microsoft-authentication-library-for-python >
9
+ index
10
+
11
+ ..
12
+ Comment: Perhaps because of the theme, only the first level sections will show in TOC,
13
+ regardless of maxdepth setting.
11
14
12
15
You can find high level conceptual documentations in the project
13
16
`README <https://github.com/AzureAD/microsoft-authentication-library-for-python >`_.
@@ -58,8 +61,8 @@ MSAL Python supports some of them.
58
61
<https://github.com/AzureAD/microsoft-authentication-library-for-python/tree/dev/sample> `_.
59
62
60
63
61
- API
62
- ===
64
+ API Reference
65
+ =============
63
66
64
67
The following section is the API Reference of MSAL Python.
65
68
The API Reference is like a dictionary. You **read this API section when and only when **:
@@ -88,8 +91,10 @@ MSAL proposes a clean separation between
88
91
They are implemented as two separated classes,
89
92
with different methods for different authentication scenarios.
90
93
94
+
95
+
91
96
PublicClientApplication
92
- -----------------------
97
+ =======================
93
98
94
99
.. autoclass :: msal.PublicClientApplication
95
100
:members:
@@ -98,7 +103,7 @@ PublicClientApplication
98
103
.. automethod :: __init__
99
104
100
105
ConfidentialClientApplication
101
- -----------------------------
106
+ =============================
102
107
103
108
.. autoclass :: msal.ConfidentialClientApplication
104
109
:members:
@@ -107,7 +112,7 @@ ConfidentialClientApplication
107
112
.. automethod :: __init__
108
113
109
114
TokenCache
110
- ----------
115
+ ==========
111
116
112
117
One of the parameters accepted by
113
118
both `PublicClientApplication ` and `ConfidentialClientApplication `
0 commit comments