chromium/remoting/test/fake_test_token_storage.cc

// Copyright 2015 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/test/fake_test_token_storage.h"

#include "base/notreached.h"

namespace {
const char kRefreshTokenValue[] =;
}

namespace remoting {
namespace test {

FakeTestTokenStorage::FakeTestTokenStorage()
    :{}

FakeTestTokenStorage::~FakeTestTokenStorage() = default;

std::string FakeTestTokenStorage::FetchRefreshToken() {}

bool FakeTestTokenStorage::StoreRefreshToken(const std::string& refresh_token) {}

std::string FakeTestTokenStorage::FetchUserEmail() {}

bool FakeTestTokenStorage::StoreUserEmail(const std::string& user_email) {}

std::string FakeTestTokenStorage::FetchAccessToken() {}

bool FakeTestTokenStorage::StoreAccessToken(const std::string& access_token) {}

std::string FakeTestTokenStorage::FetchDeviceId() {}

bool FakeTestTokenStorage::StoreDeviceId(const std::string& device_id) {}

}  // namespace test
}  // namespace remoting