Searched defs:TOKEN_URI (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/python/google-auth-library-python/tests_async/oauth2/ | ||
D | test_service_account_async.py | 30 TOKEN_URI = "https://example.com/oauth2/token" variable in TestCredentials |
D | test_credentials_async.py | 33 TOKEN_URI = "https://example.com/oauth2/token" variable in TestCredentials |
/aosp_15_r20/external/python/google-auth-library-python/tests/oauth2/ | ||
D | test_service_account.py | 49 TOKEN_URI = "https://example.com/oauth2/token" variable in TestCredentials |
D | test_credentials.py | 39 TOKEN_URI = "https://example.com/oauth2/token" variable in TestCredentials |
/aosp_15_r20/external/python/google-auth-library-python/tests/ | ||
D | test_impersonated_credentials.py | 53 TOKEN_URI = "https://example.com/oauth2/token" variable |