Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc134 : oauth_client_(std::move(oauth_client)), in GoogleAuthProvider()
196 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromRefreshTokenJson( in GetTokenFromFiles()
199 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromServiceAccountJson( in GetTokenFromFiles()
221 TF_RETURN_IF_ERROR(oauth_client_->ParseOAuthResponse( in GetTokenFromGce()
Dgoogle_auth_provider.h55 std::unique_ptr<OAuthClient> oauth_client_; variable