Home
last modified time | relevance | path

Searched defs:AuthHandler (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_imaplib.py395 class AuthHandler(SimpleIMAPHandler): class
413 class AuthHandler(SimpleIMAPHandler): class
860 class AuthHandler(SimpleIMAPHandler): class
/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/
Dtest_utils.py31 class AuthHandler(utils.OAuthClientAuthHandler): class