From 8766d31131f610596a8afbcb936f6509b844c2be Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Fri, 23 Apr 2021 20:18:49 -0700 Subject: [PATCH] Bring back docs for __init__() --- docs/index.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index 439ca0ee..c2ce0c4b 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -35,6 +35,8 @@ PublicClientApplication :members: :inherited-members: + .. automethod:: __init__ + ConfidentialClientApplication ----------------------------- @@ -42,6 +44,8 @@ ConfidentialClientApplication :members: :inherited-members: + .. automethod:: __init__ + TokenCache ----------