chromium/remoting/host/setup/host_starter_oauth_helper.h

// Copyright 2024 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_HOST_SETUP_HOST_STARTER_OAUTH_HELPER_H_
#define REMOTING_HOST_SETUP_HOST_STARTER_OAUTH_HELPER_H_

#include <memory>
#include <string>

#include "base/functional/callback.h"
#include "base/memory/scoped_refptr.h"
#include "base/sequence_checker.h"
#include "google_apis/gaia/gaia_oauth_client.h"
#include "remoting/host/setup/host_starter.h"

namespace network {
class SharedURLLoaderFactory;
}

namespace remoting {

class HostStarterOAuthHelper : public gaia::GaiaOAuthClient::Delegate {};

}  // namespace remoting

#endif  // REMOTING_HOST_SETUP_HOST_STARTER_OAUTH_HELPER_H_