Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc43 constexpr char kGoogleAuthTokenForTesting[] = "GOOGLE_AUTH_TOKEN_FOR_TESTING"; variable
246 const char* token = std::getenv(kGoogleAuthTokenForTesting); in GetTokenForTesting()