MCPcopy Create free account
hub / github.com/EasyIME/PIME / get_auth_http_client

Method get_auth_http_client

python/python3/tornado/auth.py:264–270  ·  view source on GitHub ↗

Returns the `.AsyncHTTPClient` instance to be used for auth requests. May be overridden by subclasses to use an HTTP client other than the default.

(self)

Source from the content-addressed store, hash-verified

262 return user
263
264 def get_auth_http_client(self) -> httpclient.AsyncHTTPClient:
265 """Returns the `.AsyncHTTPClient` instance to be used for auth requests.
266
267 May be overridden by subclasses to use an HTTP client other than
268 the default.
269 """
270 return httpclient.AsyncHTTPClient()
271
272
273class OAuthMixin(object):

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected