Searched refs:oauth_client_ (Results 1 – 2 of 2) sorted by relevance
134 : 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()
55 std::unique_ptr<OAuthClient> oauth_client_; variable