Home
last modified time | relevance | path

Searched defs:with_scopes (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/python/google-api-python-client/googleapiclient/
D_auth.py70 def with_scopes(credentials, scopes): function
/aosp_15_r20/external/python/google-auth-library-python/tests_async/
Dtest_credentials_async.py158 def with_scopes(self, scopes): member in RequiresScopedCredentialsImpl
Dtest__default_async.py518 def test_default_scoped(with_scopes, unused_get): argument
/aosp_15_r20/external/python/google-auth-library-python/tests/
Dtest_credentials.py156 def with_scopes(self, scopes, default_scopes=None): member in RequiresScopedCredentialsImpl
Dtest__default.py788 def test_default_scoped(with_scopes, unused_get): argument
/aosp_15_r20/external/python/google-auth-library-python/google/auth/
Dapp_engine.py151 def with_scopes(self, scopes, default_scopes=None): member in Credentials
Dexternal_account.py239 def with_scopes(self, scopes, default_scopes=None): member in Credentials
Dcredentials.py289 def with_scopes(self, scopes, default_scopes=None): member in Scoped
/aosp_15_r20/external/python/google-auth-library-python/google/auth/compute_engine/
Dcredentials.py141 def with_scopes(self, scopes, default_scopes=None): member in Credentials
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/
Dservice_account.py263 def with_scopes(self, scopes, default_scopes=None): member in Credentials