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.
1 parent 103a096 commit c113866Copy full SHA for c113866
msal/application.py
@@ -280,7 +280,7 @@ def __init__(
280
281
:param bool validate_authority: (optional) Turns authority validation
282
on or off. This parameter default to true.
283
- :param TokenCache cache:
+ :param TokenCache token_cache:
284
Sets the token cache used by this ClientApplication instance.
285
By default, an in-memory cache will be created and used.
286
:param http_client: (optional)
0 commit comments