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:
68 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
94 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
113 if HAS_GOOGLE_AUTH and isinstance(credentials, google.auth.credentials.Credentials):
128 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
79 _auth.HAS_GOOGLE_AUTH = False
83 _auth.HAS_GOOGLE_AUTH = True
130 _auth.HAS_GOOGLE_AUTH = False
134 _auth.HAS_GOOGLE_AUTH = True
/external/python/google-api-python-client/docs/epy/
Dapi-objects.txt4 googleapiclient._auth.HAS_GOOGLE_AUTH googleapiclient._auth-module.html#HAS_GOOGLE_AUTH