Home
last modified time | relevance | path

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

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