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 a506d6e commit 09d5ff9Copy full SHA for 09d5ff9
msal/authority.py
@@ -52,12 +52,6 @@ class Authority(object):
52
"""
53
_domains_without_user_realm_discovery = set([])
54
55
- @property
56
- def http_client(self): # Obsolete. We will remove this eventually
57
- warnings.warn(
58
- "authority.http_client might be removed in MSAL Python 1.21+", DeprecationWarning)
59
- return self._http_client
60
-
61
def __init__(
62
self, authority_url, http_client,
63
validate_authority=True,
0 commit comments