chromium/chrome/browser/extensions/api/identity/identity_get_auth_token_error.cc

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

#include "chrome/browser/extensions/api/identity/identity_get_auth_token_error.h"

#include <string_view>

#include "chrome/browser/extensions/api/identity/identity_constants.h"

namespace extensions {

// static
IdentityGetAuthTokenError IdentityGetAuthTokenError::FromMintTokenAuthError(
    std::string_view error_message) {}

// static
IdentityGetAuthTokenError
IdentityGetAuthTokenError::FromGetAccessTokenAuthError(
    std::string_view error_message) {}

IdentityGetAuthTokenError::IdentityGetAuthTokenError()
    :{}

IdentityGetAuthTokenError::IdentityGetAuthTokenError(State state)
    :{}

IdentityGetAuthTokenError::State IdentityGetAuthTokenError::state() const {}

std::string IdentityGetAuthTokenError::ToString() const {}

IdentityGetAuthTokenError::IdentityGetAuthTokenError(State state,
                                                     std::string_view error)
    :{}

}  // namespace extensions