Searched refs:oauth_client_ (Results 1 – 3 of 3) sorted by relevance
135 : 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()
57 std::unique_ptr<OAuthClient> oauth_client_; variable
121 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