Skip to content

Commit 52b1fc5

Browse files
committed
client_credential has its link in RTD now. Finally.
1 parent 98bcfb3 commit 52b1fc5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

msal/application.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ def __init__(
210210
211211
:param str client_id: Your app has a client_id after you register it on Microsoft Entra admin center.
212212
213-
:param Union[str, dict] client_credential:
213+
:param client_credential:
214214
For :class:`PublicClientApplication`, you use `None` here.
215215
For :class:`ConfidentialClientApplication`,
216216
it can be a string containing client secret,
@@ -254,6 +254,8 @@ def __init__(
254254
"client_assertion": "...a JWT with claims aud, exp, iss, jti, nbf, and sub..."
255255
}
256256
257+
:type client_credential: Union[dict, str]
258+
257259
:param dict client_claims:
258260
*Added in version 0.5.0*:
259261
It is a dictionary of extra claims that would be signed by

0 commit comments

Comments
 (0)