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

Method get_auth_http_client

python/python3/tornado/auth.py:532–538  ·  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

530 return base_args
531
532 def get_auth_http_client(self) -> httpclient.AsyncHTTPClient:
533 """Returns the `.AsyncHTTPClient` instance to be used for auth requests.
534
535 May be overridden by subclasses to use an HTTP client other than
536 the default.
537 """
538 return httpclient.AsyncHTTPClient()
539
540
541class OAuth2Mixin(object):

Callers 6

authorize_redirectMethod · 0.95
authenticate_redirectMethod · 0.45
twitter_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected