HomeSort by relevance Sort by last modified time
    Searched defs:TokenCache (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
PreprocessorOptions.h 90 std::string TokenCache;
176 TokenCache.clear();
  /frameworks/base/services/core/java/com/android/server/accounts/
TokenCache.java 34 /* default */ class TokenCache {
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 101 class TokenCache(object):
111 class NoopTokenCache(TokenCache):
112 """A stub implementation of TokenCache that does nothing."""
121 class InMemoryTokenCache(TokenCache):
143 class FileSystemTokenCache(TokenCache):
165 <tmpdir>/oauth2client-tokencache.%(uid)s.%(key)s
173 tempfile.gettempdir(), 'oauth2_client-tokencache.%(uid)s.%(key)s')
353 access_token_cache: An optional instance of a TokenCache. If omitted or
549 access_token_cache: An optional instance of a TokenCache. If omitted or

Completed in 566 milliseconds