Home
last modified time | relevance | path

Searched refs:HAS_GOOGLE_AUTH (Results 1 – 3 of 3) sorted by relevance

/external/python/google-api-python-client/googleapiclient/
D_auth.py23 HAS_GOOGLE_AUTH = True variable
25 HAS_GOOGLE_AUTH = False variable
43 if HAS_GOOGLE_AUTH:
53 if HAS_GOOGLE_AUTH:
83 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
109 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
128 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
143 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
/external/python/google-api-python-client/tests/
Dtest__auth.py28 _auth.HAS_GOOGLE_AUTH = True
32 _auth.HAS_GOOGLE_AUTH = True
108 _auth.HAS_GOOGLE_AUTH = False
112 _auth.HAS_GOOGLE_AUTH = True
169 _auth.HAS_GOOGLE_AUTH = False
173 _auth.HAS_GOOGLE_AUTH = True
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt5 googleapiclient._auth.HAS_GOOGLE_AUTH googleapiclient._auth-module.html#HAS_GOOGLE_AUTH