Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider.cc135 : oauth_client_(std::move(oauth_client)), in GoogleAuthProvider()
216 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromRefreshTokenJson( in GetTokenFromFiles()
219 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromServiceAccountJson( in GetTokenFromFiles()
238 TF_RETURN_IF_ERROR(oauth_client_->ParseOAuthResponse( in GetTokenFromGce()
Dgoogle_auth_provider.h57 std::unique_ptr<OAuthClient> oauth_client_; variable
/external/tensorflow/tensorflow/contrib/cloud/kernels/
Dgcs_config_ops.cc121 oauth_client_(std::move(oauth_client)), in ConstantAuthProvider()
141 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromRefreshTokenJson( in GetToken()
144 TF_RETURN_IF_ERROR(oauth_client_->GetTokenFromServiceAccountJson( in GetToken()
158 std::unique_ptr<OAuthClient> oauth_client_; member in tensorflow::__anon46d169350111::GcsCredentialsOpKernel::ConstantAuthProvider