blob: c45270c25230babd2a706326431b3339db37cfdb [file] [log] [blame]
// chrome/browser/ui/webui/internals/user_education/user_education_internals.mojom-blink.h is auto generated by mojom_bindings_generator.py, do not edit
// Copyright 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_UI_WEBUI_INTERNALS_USER_EDUCATION_USER_EDUCATION_INTERNALS_MOJOM_BLINK_H_
#define CHROME_BROWSER_UI_WEBUI_INTERNALS_USER_EDUCATION_USER_EDUCATION_INTERNALS_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <type_traits>
#include <utility>
#include "third_party/abseil-cpp/absl/types/optional.h"
#include "mojo/public/cpp/bindings/clone_traits.h"
#include "mojo/public/cpp/bindings/equals_traits.h"
#include "mojo/public/cpp/bindings/lib/serialization.h"
#include "mojo/public/cpp/bindings/struct_ptr.h"
#include "mojo/public/cpp/bindings/struct_traits.h"
#include "mojo/public/cpp/bindings/union_traits.h"
#include "third_party/perfetto/include/perfetto/tracing/traced_value_forward.h"
#include "chrome/browser/ui/webui/internals/user_education/user_education_internals.mojom-shared.h"
#include "chrome/browser/ui/webui/internals/user_education/user_education_internals.mojom-blink-forward.h"
#include "mojo/public/cpp/bindings/lib/wtf_clone_equals_util.h"
#include "mojo/public/cpp/bindings/lib/wtf_hash_util.h"
#include "third_party/blink/renderer/platform/wtf/hash_functions.h"
#include "third_party/blink/renderer/platform/wtf/text/wtf_string.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace mojom {
namespace user_education_internals {
namespace blink {
class UserEducationInternalsPageHandlerProxy;
template <typename ImplRefTraits>
class UserEducationInternalsPageHandlerStub;
class UserEducationInternalsPageHandlerRequestValidator;
class UserEducationInternalsPageHandlerResponseValidator;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler
class UserEducationInternalsPageHandler
: public UserEducationInternalsPageHandlerInterfaceBase {
public:
static const char Name_[];
static std::pair<uint32_t, const void*> MessageToMethodInfo_(mojo::Message& message);
static const char* MessageToMethodName_(mojo::Message& message);
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
static constexpr bool HasUninterruptableMethods_ = false;
using Base_ = UserEducationInternalsPageHandlerInterfaceBase;
using Proxy_ = UserEducationInternalsPageHandlerProxy;
template <typename ImplRefTraits>
using Stub_ = UserEducationInternalsPageHandlerStub<ImplRefTraits>;
using RequestValidator_ = UserEducationInternalsPageHandlerRequestValidator;
using ResponseValidator_ = UserEducationInternalsPageHandlerResponseValidator;
enum MethodMinVersions : uint32_t {
kGetTutorialsMinVersion = 0,
kStartTutorialMinVersion = 0,
kGetFeaturePromosMinVersion = 0,
kShowFeaturePromoMinVersion = 0,
};
// crbug.com/1340245 - this causes binary size bloat on Fuchsia, and we're OK
// with not having this data in traces there.
#if !BUILDFLAG(IS_FUCHSIA)
struct GetTutorials_Sym {
NOINLINE static void IPCSymbol();
};
struct StartTutorial_Sym {
NOINLINE static void IPCSymbol();
};
struct GetFeaturePromos_Sym {
NOINLINE static void IPCSymbol();
};
struct ShowFeaturePromo_Sym {
NOINLINE static void IPCSymbol();
};
#endif // !BUILDFLAG(IS_FUCHSIA)
virtual ~UserEducationInternalsPageHandler() = default;
using GetTutorialsCallback = base::OnceCallback<void(const WTF::Vector<WTF::String>&)>;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.GetTutorials
virtual void GetTutorials(GetTutorialsCallback callback) = 0;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.StartTutorial
virtual void StartTutorial(const WTF::String& tutorial_id) = 0;
using GetFeaturePromosCallback = base::OnceCallback<void(WTF::Vector<FeaturePromoDemoPageInfoPtr>)>;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.GetFeaturePromos
virtual void GetFeaturePromos(GetFeaturePromosCallback callback) = 0;
using ShowFeaturePromoCallback = base::OnceCallback<void(const WTF::String&)>;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.ShowFeaturePromo
virtual void ShowFeaturePromo(const WTF::String& title, ShowFeaturePromoCallback callback) = 0;
};
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler
class UserEducationInternalsPageHandlerProxy
: public UserEducationInternalsPageHandler {
public:
using InterfaceType = UserEducationInternalsPageHandler;
explicit UserEducationInternalsPageHandlerProxy(mojo::MessageReceiverWithResponder* receiver);
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.GetTutorials
void GetTutorials(GetTutorialsCallback callback) final;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.StartTutorial
void StartTutorial(const WTF::String& tutorial_id) final;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.GetFeaturePromos
void GetFeaturePromos(GetFeaturePromosCallback callback) final;
// @generated_from: mojom.user_education_internals.UserEducationInternalsPageHandler.ShowFeaturePromo
void ShowFeaturePromo(const WTF::String& title, ShowFeaturePromoCallback callback) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class UserEducationInternalsPageHandlerStubDispatch {
public:
static bool Accept(UserEducationInternalsPageHandler* impl, mojo::Message* message);
static bool AcceptWithResponder(
UserEducationInternalsPageHandler* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<UserEducationInternalsPageHandler>>
class UserEducationInternalsPageHandlerStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
UserEducationInternalsPageHandlerStub() = default;
~UserEducationInternalsPageHandlerStub() override = default;
void set_sink(ImplPointerType sink) { sink_ = std::move(sink); }
ImplPointerType& sink() { return sink_; }
bool Accept(mojo::Message* message) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return UserEducationInternalsPageHandlerStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return UserEducationInternalsPageHandlerStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class UserEducationInternalsPageHandlerRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class UserEducationInternalsPageHandlerResponseValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
// @generated_from: mojom.user_education_internals.FeaturePromoDemoPageInfo
class FeaturePromoDemoPageInfo {
public:
template <typename T>
using EnableIfSame = std::enable_if_t<std::is_same<FeaturePromoDemoPageInfo, T>::value>;
using DataView = FeaturePromoDemoPageInfoDataView;
using Data_ = internal::FeaturePromoDemoPageInfo_Data;
template <typename... Args>
static FeaturePromoDemoPageInfoPtr New(Args&&... args) {
return FeaturePromoDemoPageInfoPtr(
absl::in_place, std::forward<Args>(args)...);
}
template <typename U>
static FeaturePromoDemoPageInfoPtr From(const U& u) {
return mojo::TypeConverter<FeaturePromoDemoPageInfoPtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, FeaturePromoDemoPageInfo>::Convert(*this);
}
FeaturePromoDemoPageInfo();
FeaturePromoDemoPageInfo(
const WTF::String& display_title,
const WTF::String& display_description);
~FeaturePromoDemoPageInfo();
// Clone() is a template so it is only instantiated if it is used. Thus, the
// bindings generator does not need to know whether Clone() or copy
// constructor/assignment are available for members.
template <typename StructPtrType = FeaturePromoDemoPageInfoPtr>
FeaturePromoDemoPageInfoPtr Clone() const;
// Equals() is a template so it is only instantiated if it is used. Thus, the
// bindings generator does not need to know whether Equals() or == operator
// are available for members.
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool Equals(const T& other) const;
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool operator==(const T& rhs) const { return Equals(rhs); }
size_t Hash(size_t seed) const;
template <typename UserType>
static WTF::Vector<uint8_t> Serialize(UserType* input) {
return mojo::internal::SerializeImpl<
FeaturePromoDemoPageInfo::DataView, WTF::Vector<uint8_t>>(input);
}
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
FeaturePromoDemoPageInfo::DataView>(input);
}
// The returned Message is serialized only if the message is moved
// cross-process or cross-language. Otherwise if the message is Deserialized
// as the same UserType |input| will just be moved to |output| in
// DeserializeFromMessage.
template <typename UserType>
static mojo::Message WrapAsMessage(UserType input) {
return mojo::Message(std::make_unique<
internal::FeaturePromoDemoPageInfo_UnserializedMessageContext<
UserType, FeaturePromoDemoPageInfo::DataView>>(0, 0, std::move(input)),
MOJO_CREATE_MESSAGE_FLAG_NONE);
}
template <typename UserType>
static bool Deserialize(const void* data,
size_t data_num_bytes,
UserType* output) {
mojo::Message message;
return mojo::internal::DeserializeImpl<FeaturePromoDemoPageInfo::DataView>(
message, data, data_num_bytes, output, Validate);
}
template <typename UserType>
static bool Deserialize(const WTF::Vector<uint8_t>& input,
UserType* output) {
return FeaturePromoDemoPageInfo::Deserialize(
input.size() == 0 ? nullptr : &input.front(), input.size(), output);
}
template <typename UserType>
static bool DeserializeFromMessage(mojo::Message input,
UserType* output) {
auto context = input.TakeUnserializedContext<
internal::FeaturePromoDemoPageInfo_UnserializedMessageContext<
UserType, FeaturePromoDemoPageInfo::DataView>>();
if (context) {
*output = std::move(context->TakeData());
return true;
}
input.SerializeIfNecessary();
return mojo::internal::DeserializeImpl<FeaturePromoDemoPageInfo::DataView>(
input, input.payload(), input.payload_num_bytes(), output, Validate);
}
// @generated_from: mojom.user_education_internals.FeaturePromoDemoPageInfo.display_title
WTF::String display_title;
// @generated_from: mojom.user_education_internals.FeaturePromoDemoPageInfo.display_description
WTF::String display_description;
// Serialise this struct into a trace.
void WriteIntoTrace(perfetto::TracedValue traced_context) const;
private:
static bool Validate(const void* data,
mojo::internal::ValidationContext* validation_context);
};
// The comparison operators are templates, so they are only instantiated if they
// are used. Thus, the bindings generator does not need to know whether
// comparison operators are available for members.
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {
return !(rhs < lhs);
}
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {
return rhs < lhs;
}
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {
return !(lhs < rhs);
}
template <typename StructPtrType>
FeaturePromoDemoPageInfoPtr FeaturePromoDemoPageInfo::Clone() const {
return New(
mojo::Clone(display_title),
mojo::Clone(display_description)
);
}
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>*>
bool FeaturePromoDemoPageInfo::Equals(const T& other_struct) const {
if (!mojo::Equals(this->display_title, other_struct.display_title))
return false;
if (!mojo::Equals(this->display_description, other_struct.display_description))
return false;
return true;
}
template <typename T, FeaturePromoDemoPageInfo::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {
if (lhs.display_title < rhs.display_title)
return true;
if (rhs.display_title < lhs.display_title)
return false;
if (lhs.display_description < rhs.display_description)
return true;
if (rhs.display_description < lhs.display_description)
return false;
return false;
}
} // namespace blink
} // namespace user_education_internals
} // namespace mojom
namespace mojo {
template <>
struct StructTraits<::mojom::user_education_internals::blink::FeaturePromoDemoPageInfo::DataView,
::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr> {
static bool IsNull(const ::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr& input) { return !input; }
static void SetToNull(::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr* output) { output->reset(); }
static const decltype(::mojom::user_education_internals::blink::FeaturePromoDemoPageInfo::display_title)& display_title(
const ::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr& input) {
return input->display_title;
}
static const decltype(::mojom::user_education_internals::blink::FeaturePromoDemoPageInfo::display_description)& display_description(
const ::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr& input) {
return input->display_description;
}
static bool Read(::mojom::user_education_internals::blink::FeaturePromoDemoPageInfo::DataView input, ::mojom::user_education_internals::blink::FeaturePromoDemoPageInfoPtr* output);
};
} // namespace mojo
#endif // CHROME_BROWSER_UI_WEBUI_INTERNALS_USER_EDUCATION_USER_EDUCATION_INTERNALS_MOJOM_BLINK_H_
/* Metadata comment
eyJtZXRhIjogW3siZW5kIjogMjE2OCwgImJlZ2luIjogMjEzNSwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogIm1vam9tLnVzZXJfZWR1Y2F0aW9uX2ludGVybmFscy5V
c2VyRWR1Y2F0aW9uSW50ZXJuYWxzUGFnZUhhbmRsZXIifX0sIHsiZW5kIjogMzk2MSwgImJlZ2lu
IjogMzk0OSwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hv
cl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNv
bS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogIm1vam9t
LnVzZXJfZWR1Y2F0aW9uX2ludGVybmFscy5Vc2VyRWR1Y2F0aW9uSW50ZXJuYWxzUGFnZUhhbmRs
ZXIuR2V0VHV0b3JpYWxzIn19LCB7ImVuZCI6IDQxMjksICJiZWdpbiI6IDQxMTYsICJlZGdlIjog
IiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFt
ZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwg
Imxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJtb2pvbS51c2VyX2VkdWNhdGlvbl9p
bnRlcm5hbHMuVXNlckVkdWNhdGlvbkludGVybmFsc1BhZ2VIYW5kbGVyLlN0YXJ0VHV0b3JpYWwi
fX0sIHsiZW5kIjogNDQwOCwgImJlZ2luIjogNDM5MiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dl
bmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAi
Y2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9q
b20iLCAic2lnbmF0dXJlIjogIm1vam9tLnVzZXJfZWR1Y2F0aW9uX2ludGVybmFscy5Vc2VyRWR1
Y2F0aW9uSW50ZXJuYWxzUGFnZUhhbmRsZXIuR2V0RmVhdHVyZVByb21vcyJ9fSwgeyJlbmQiOiA0
NjY4LCAiYmVnaW4iOiA0NjUyLCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5
cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29n
bGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1
cmUiOiAibW9qb20udXNlcl9lZHVjYXRpb25faW50ZXJuYWxzLlVzZXJFZHVjYXRpb25JbnRlcm5h
bHNQYWdlSGFuZGxlci5TaG93RmVhdHVyZVByb21vIn19LCB7ImVuZCI6IDUyMDcsICJiZWdpbiI6
IDUxOTUsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3Jf
ZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20v
Y2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJtb2pvbS51
c2VyX2VkdWNhdGlvbl9pbnRlcm5hbHMuVXNlckVkdWNhdGlvbkludGVybmFsc1BhZ2VIYW5kbGVy
LkdldFR1dG9yaWFscyJ9fSwgeyJlbmQiOiA1MzY4LCAiYmVnaW4iOiA1MzU1LCAiZWRnZSI6ICIl
L2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUi
OiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJs
YW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAibW9qb20udXNlcl9lZHVjYXRpb25faW50
ZXJuYWxzLlVzZXJFZHVjYXRpb25JbnRlcm5hbHNQYWdlSGFuZGxlci5TdGFydFR1dG9yaWFsIn19
LCB7ImVuZCI6IDU1MzYsICJiZWdpbiI6IDU1MjAsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5l
cmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNo
cm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9t
IiwgInNpZ25hdHVyZSI6ICJtb2pvbS51c2VyX2VkdWNhdGlvbl9pbnRlcm5hbHMuVXNlckVkdWNh
dGlvbkludGVybmFsc1BhZ2VIYW5kbGVyLkdldEZlYXR1cmVQcm9tb3MifX0sIHsiZW5kIjogNTcw
NywgImJlZ2luIjogNTY5MSwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBl
IjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xl
c291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJl
IjogIm1vam9tLnVzZXJfZWR1Y2F0aW9uX2ludGVybmFscy5Vc2VyRWR1Y2F0aW9uSW50ZXJuYWxz
UGFnZUhhbmRsZXIuU2hvd0ZlYXR1cmVQcm9tbyJ9fSwgeyJlbmQiOiA3NzI2LCAiYmVnaW4iOiA3
NzAyLCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2Rl
ZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2No
cm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAibW9qb20udXNl
cl9lZHVjYXRpb25faW50ZXJuYWxzLkZlYXR1cmVQcm9tb0RlbW9QYWdlSW5mbyJ9fSwgeyJlbmQi
OiAxMTc0NiwgImJlZ2luIjogMTE3MzMsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMi
LCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVt
Lmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNp
Z25hdHVyZSI6ICJtb2pvbS51c2VyX2VkdWNhdGlvbl9pbnRlcm5hbHMuRmVhdHVyZVByb21vRGVt
b1BhZ2VJbmZvLmRpc3BsYXlfdGl0bGUifX0sIHsiZW5kIjogMTE4ODAsICJiZWdpbiI6IDExODYx
LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmlu
ZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9t
aXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAibW9qb20udXNlcl9l
ZHVjYXRpb25faW50ZXJuYWxzLkZlYXR1cmVQcm9tb0RlbW9QYWdlSW5mby5kaXNwbGF5X2Rlc2Ny
aXB0aW9uIn19XSwgInR5cGUiOiAia3l0aGUwIn0=
*/