// Copyright 2014 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef REMOTING_BASE_OAUTH_TOKEN_GETTER_H_ #define REMOTING_BASE_OAUTH_TOKEN_GETTER_H_ #include <string> #include <vector> #include "base/functional/callback.h" namespace remoting { // OAuthTokenGetter caches OAuth access tokens and refreshes them as needed. class OAuthTokenGetter { … }; } // namespace remoting #endif // REMOTING_BASE_OAUTH_TOKEN_GETTER_H_