We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df07ffe + bb1116a commit 4fd1b9fCopy full SHA for 4fd1b9f
msal/application.py
@@ -97,7 +97,7 @@ def __init__(
97
It is a dictionary of extra claims that would be signed by
98
by this :class:`ConfidentialClientApplication` 's private key.
99
For example, you can use {"client_ip": "x.x.x.x"}.
100
- You may also override any of the following default claims:
+ You may also override any of the following default claims::
101
102
{
103
"aud": the_token_endpoint,
0 commit comments