Home
last modified time | relevance | path

Searched refs:DefaultCredentialsError (Results 1 – 9 of 9) sorted by relevance

/external/python/google-auth-library-python/google/auth/
D_default_async.py55 raise exceptions.DefaultCredentialsError(
63 new_exc = exceptions.DefaultCredentialsError(
81 new_exc = exceptions.DefaultCredentialsError(msg, caught_exc)
98 new_exc = exceptions.DefaultCredentialsError(msg, caught_exc)
103 raise exceptions.DefaultCredentialsError(
281 raise exceptions.DefaultCredentialsError(_default._HELP_MESSAGE)
D_default.py110 raise exceptions.DefaultCredentialsError(
118 new_exc = exceptions.DefaultCredentialsError(
136 new_exc = exceptions.DefaultCredentialsError(msg, caught_exc)
153 new_exc = exceptions.DefaultCredentialsError(msg, caught_exc)
172 raise exceptions.DefaultCredentialsError(
347 raise exceptions.DefaultCredentialsError(
493 raise exceptions.DefaultCredentialsError(_HELP_MESSAGE)
Dexceptions.py35 class DefaultCredentialsError(GoogleAuthError): class
/external/python/google-auth-library-python/google/oauth2/
Did_token.py258 raise exceptions.DefaultCredentialsError(
272 new_exc = exceptions.DefaultCredentialsError(
295 raise exceptions.DefaultCredentialsError(
D_id_token_async.py247 raise exceptions.DefaultCredentialsError(
263 new_exc = exceptions.DefaultCredentialsError(
285 raise exceptions.DefaultCredentialsError(
/external/python/google-auth-library-python/tests_async/
Dtest__default_async.py42 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
52 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
62 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
79 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
90 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
156 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
504 with pytest.raises(exceptions.DefaultCredentialsError):
/external/python/google-auth-library-python/tests/oauth2/
Dtest_id_token.py249 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
256 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
270 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
281 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
292 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
/external/python/google-auth-library-python/tests_async/oauth2/
Dtest_id_token.py253 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
261 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
276 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
292 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
307 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
/external/python/google-auth-library-python/tests/
Dtest__default.py155 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
165 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
175 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
190 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
201 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
273 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
409 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo:
774 with pytest.raises(exceptions.DefaultCredentialsError):
972 with pytest.raises(exceptions.DefaultCredentialsError) as excinfo: