From 52b1fc5a442ff5dd33f48ce717f1032c8002ea9e Mon Sep 17 00:00:00 2001 From: Ray Luo Date: Tue, 25 Jul 2023 14:56:35 -0700 Subject: [PATCH] client_credential has its link in RTD now. Finally. --- msal/application.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/msal/application.py b/msal/application.py index 6d5fb3ad..1ed36ab8 100644 --- a/msal/application.py +++ b/msal/application.py @@ -210,7 +210,7 @@ def __init__( :param str client_id: Your app has a client_id after you register it on Microsoft Entra admin center. - :param Union[str, dict] client_credential: + :param client_credential: For :class:`PublicClientApplication`, you use `None` here. For :class:`ConfidentialClientApplication`, it can be a string containing client secret, @@ -254,6 +254,8 @@ def __init__( "client_assertion": "...a JWT with claims aud, exp, iss, jti, nbf, and sub..." } + :type client_credential: Union[dict, str] + :param dict client_claims: *Added in version 0.5.0*: It is a dictionary of extra claims that would be signed by