chromium/remoting/base/passthrough_oauth_token_getter.cc

// Copyright 2019 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "remoting/base/passthrough_oauth_token_getter.h"

#include "base/functional/bind.h"
#include "base/task/sequenced_task_runner.h"

namespace remoting {

PassthroughOAuthTokenGetter::PassthroughOAuthTokenGetter() = default;

PassthroughOAuthTokenGetter::PassthroughOAuthTokenGetter(
    const std::string& username,
    const std::string& access_token)
    :{}

PassthroughOAuthTokenGetter::~PassthroughOAuthTokenGetter() = default;

void PassthroughOAuthTokenGetter::CallWithToken(
    OAuthTokenGetter::TokenCallback on_access_token) {}

void PassthroughOAuthTokenGetter::InvalidateCache() {}

}  // namespace remoting