Home
last modified time | relevance | path

Searched defs:app_identity (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest_app_engine.py43 def app_identity(monkeypatch): function
50 def test_get_project_id(app_identity): argument
64 def test_key_id(self, app_identity): argument
74 def test_sign(self, app_identity): argument
97 def test_default_state(self, app_identity): argument
110 def test_with_scopes(self, app_identity): argument
121 def test_with_default_scopes(self, app_identity): argument
135 def test_with_quota_project(self, app_identity): argument
145 def test_service_account_email_implicit(self, app_identity): argument
154 def test_service_account_email_explicit(self, app_identity): argument
[all …]
Dtest__default.py559 def app_identity(monkeypatch): function
567 def test__get_gae_credentials_gen1(app_identity): argument
Dtest__oauth2client.py109 app_identity, mock_oauth2client_gae_imports argument
/aosp_15_r20/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py289 def app_identity(monkeypatch): function
297 def test__get_gae_credentials_gen1(app_identity): argument
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Dapp_engine.py35 app_identity = None variable