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 18d3473 commit ffb1988Copy full SHA for ffb1988
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