Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions msal/authority.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ class Authority(object):
"""
_domains_without_user_realm_discovery = set([])

@property
def http_client(self): # Obsolete. We will remove this eventually
warnings.warn(
"authority.http_client might be removed in MSAL Python 1.21+", DeprecationWarning)
return self._http_client

def __init__(
self, authority_url, http_client,
validate_authority=True,
Expand Down