Searched defs:with_scopes (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/python/google-api-python-client/googleapiclient/ |
D | _auth.py | 70 def with_scopes(credentials, scopes): function
|
/aosp_15_r20/external/python/google-auth-library-python/tests_async/ |
D | test_credentials_async.py | 158 def with_scopes(self, scopes): member in RequiresScopedCredentialsImpl
|
D | test__default_async.py | 518 def test_default_scoped(with_scopes, unused_get): argument
|
/aosp_15_r20/external/python/google-auth-library-python/tests/ |
D | test_credentials.py | 156 def with_scopes(self, scopes, default_scopes=None): member in RequiresScopedCredentialsImpl
|
D | test__default.py | 788 def test_default_scoped(with_scopes, unused_get): argument
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/ |
D | app_engine.py | 151 def with_scopes(self, scopes, default_scopes=None): member in Credentials
|
D | external_account.py | 239 def with_scopes(self, scopes, default_scopes=None): member in Credentials
|
D | credentials.py | 289 def with_scopes(self, scopes, default_scopes=None): member in Scoped
|
/aosp_15_r20/external/python/google-auth-library-python/google/auth/compute_engine/ |
D | credentials.py | 141 def with_scopes(self, scopes, default_scopes=None): member in Credentials
|
/aosp_15_r20/external/python/google-auth-library-python/google/oauth2/ |
D | service_account.py | 263 def with_scopes(self, scopes, default_scopes=None): member in Credentials
|