blob: 473890942729b7958eff5c4b2b849d4a49b3742f [file] [log] [blame]
// third_party/blink/public/mojom/leak_detector/leak_detector.mojom.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 THIRD_PARTY_BLINK_PUBLIC_MOJOM_LEAK_DETECTOR_LEAK_DETECTOR_MOJOM_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_LEAK_DETECTOR_LEAK_DETECTOR_MOJOM_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 "third_party/blink/public/mojom/leak_detector/leak_detector.mojom-shared.h"
#include "third_party/blink/public/mojom/leak_detector/leak_detector.mojom-forward.h"
#include <string>
#include <vector>
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "third_party/blink/public/common/common_export.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace blink {
namespace mojom {
class LeakDetectorProxy;
template <typename ImplRefTraits>
class LeakDetectorStub;
class LeakDetectorRequestValidator;
class LeakDetectorResponseValidator;
// @generated_from: blink.mojom.LeakDetector
class BLINK_COMMON_EXPORT LeakDetector
: public LeakDetectorInterfaceBase {
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_ = LeakDetectorInterfaceBase;
using Proxy_ = LeakDetectorProxy;
template <typename ImplRefTraits>
using Stub_ = LeakDetectorStub<ImplRefTraits>;
using RequestValidator_ = LeakDetectorRequestValidator;
using ResponseValidator_ = LeakDetectorResponseValidator;
enum MethodMinVersions : uint32_t {
kPerformLeakDetectionMinVersion = 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 PerformLeakDetection_Sym {
NOINLINE static void IPCSymbol();
};
#endif // !BUILDFLAG(IS_FUCHSIA)
virtual ~LeakDetector() = default;
using PerformLeakDetectionCallback = base::OnceCallback<void(LeakDetectionResultPtr)>;
// @generated_from: blink.mojom.LeakDetector.PerformLeakDetection
virtual void PerformLeakDetection(PerformLeakDetectionCallback callback) = 0;
};
// @generated_from: blink.mojom.LeakDetector
class BLINK_COMMON_EXPORT LeakDetectorProxy
: public LeakDetector {
public:
using InterfaceType = LeakDetector;
explicit LeakDetectorProxy(mojo::MessageReceiverWithResponder* receiver);
// @generated_from: blink.mojom.LeakDetector.PerformLeakDetection
void PerformLeakDetection(PerformLeakDetectionCallback callback) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class BLINK_COMMON_EXPORT LeakDetectorStubDispatch {
public:
static bool Accept(LeakDetector* impl, mojo::Message* message);
static bool AcceptWithResponder(
LeakDetector* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<LeakDetector>>
class LeakDetectorStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
LeakDetectorStub() = default;
~LeakDetectorStub() 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 LeakDetectorStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return LeakDetectorStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class BLINK_COMMON_EXPORT LeakDetectorRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class BLINK_COMMON_EXPORT LeakDetectorResponseValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
// @generated_from: blink.mojom.LeakDetectionResult
class BLINK_COMMON_EXPORT LeakDetectionResult {
public:
template <typename T>
using EnableIfSame = std::enable_if_t<std::is_same<LeakDetectionResult, T>::value>;
using DataView = LeakDetectionResultDataView;
using Data_ = internal::LeakDetectionResult_Data;
template <typename... Args>
static LeakDetectionResultPtr New(Args&&... args) {
return LeakDetectionResultPtr(
absl::in_place, std::forward<Args>(args)...);
}
template <typename U>
static LeakDetectionResultPtr From(const U& u) {
return mojo::TypeConverter<LeakDetectionResultPtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, LeakDetectionResult>::Convert(*this);
}
LeakDetectionResult();
LeakDetectionResult(
uint32_t number_of_live_audio_nodes,
uint32_t number_of_live_documents,
uint32_t number_of_live_nodes,
uint32_t number_of_live_layout_objects,
uint32_t number_of_live_resources,
uint32_t number_of_live_context_lifecycle_state_observers,
uint32_t number_of_live_frames,
uint32_t number_of_live_v8_per_context_data,
uint32_t number_of_worker_global_scopes,
uint32_t number_of_live_ua_css_resources,
uint32_t number_of_live_resource_fetchers);
~LeakDetectionResult();
// 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 = LeakDetectionResultPtr>
LeakDetectionResultPtr 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, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool Equals(const T& other) const;
template <typename T, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool operator==(const T& rhs) const { return Equals(rhs); }
size_t Hash(size_t seed) const;
template <typename UserType>
static std::vector<uint8_t> Serialize(UserType* input) {
return mojo::internal::SerializeImpl<
LeakDetectionResult::DataView, std::vector<uint8_t>>(input);
}
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
LeakDetectionResult::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::LeakDetectionResult_UnserializedMessageContext<
UserType, LeakDetectionResult::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<LeakDetectionResult::DataView>(
message, data, data_num_bytes, output, Validate);
}
template <typename UserType>
static bool Deserialize(const std::vector<uint8_t>& input,
UserType* output) {
return LeakDetectionResult::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::LeakDetectionResult_UnserializedMessageContext<
UserType, LeakDetectionResult::DataView>>();
if (context) {
*output = std::move(context->TakeData());
return true;
}
input.SerializeIfNecessary();
return mojo::internal::DeserializeImpl<LeakDetectionResult::DataView>(
input, input.payload(), input.payload_num_bytes(), output, Validate);
}
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_audio_nodes
uint32_t number_of_live_audio_nodes;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_documents
uint32_t number_of_live_documents;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_nodes
uint32_t number_of_live_nodes;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_layout_objects
uint32_t number_of_live_layout_objects;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_resources
uint32_t number_of_live_resources;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_context_lifecycle_state_observers
uint32_t number_of_live_context_lifecycle_state_observers;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_frames
uint32_t number_of_live_frames;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_v8_per_context_data
uint32_t number_of_live_v8_per_context_data;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_worker_global_scopes
uint32_t number_of_worker_global_scopes;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_ua_css_resources
uint32_t number_of_live_ua_css_resources;
// @generated_from: blink.mojom.LeakDetectionResult.number_of_live_resource_fetchers
uint32_t number_of_live_resource_fetchers;
// 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, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {
return !(rhs < lhs);
}
template <typename T, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {
return rhs < lhs;
}
template <typename T, LeakDetectionResult::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {
return !(lhs < rhs);
}
template <typename StructPtrType>
LeakDetectionResultPtr LeakDetectionResult::Clone() const {
return New(
mojo::Clone(number_of_live_audio_nodes),
mojo::Clone(number_of_live_documents),
mojo::Clone(number_of_live_nodes),
mojo::Clone(number_of_live_layout_objects),
mojo::Clone(number_of_live_resources),
mojo::Clone(number_of_live_context_lifecycle_state_observers),
mojo::Clone(number_of_live_frames),
mojo::Clone(number_of_live_v8_per_context_data),
mojo::Clone(number_of_worker_global_scopes),
mojo::Clone(number_of_live_ua_css_resources),
mojo::Clone(number_of_live_resource_fetchers)
);
}
template <typename T, LeakDetectionResult::EnableIfSame<T>*>
bool LeakDetectionResult::Equals(const T& other_struct) const {
if (!mojo::Equals(this->number_of_live_audio_nodes, other_struct.number_of_live_audio_nodes))
return false;
if (!mojo::Equals(this->number_of_live_documents, other_struct.number_of_live_documents))
return false;
if (!mojo::Equals(this->number_of_live_nodes, other_struct.number_of_live_nodes))
return false;
if (!mojo::Equals(this->number_of_live_layout_objects, other_struct.number_of_live_layout_objects))
return false;
if (!mojo::Equals(this->number_of_live_resources, other_struct.number_of_live_resources))
return false;
if (!mojo::Equals(this->number_of_live_context_lifecycle_state_observers, other_struct.number_of_live_context_lifecycle_state_observers))
return false;
if (!mojo::Equals(this->number_of_live_frames, other_struct.number_of_live_frames))
return false;
if (!mojo::Equals(this->number_of_live_v8_per_context_data, other_struct.number_of_live_v8_per_context_data))
return false;
if (!mojo::Equals(this->number_of_worker_global_scopes, other_struct.number_of_worker_global_scopes))
return false;
if (!mojo::Equals(this->number_of_live_ua_css_resources, other_struct.number_of_live_ua_css_resources))
return false;
if (!mojo::Equals(this->number_of_live_resource_fetchers, other_struct.number_of_live_resource_fetchers))
return false;
return true;
}
template <typename T, LeakDetectionResult::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {
if (lhs.number_of_live_audio_nodes < rhs.number_of_live_audio_nodes)
return true;
if (rhs.number_of_live_audio_nodes < lhs.number_of_live_audio_nodes)
return false;
if (lhs.number_of_live_documents < rhs.number_of_live_documents)
return true;
if (rhs.number_of_live_documents < lhs.number_of_live_documents)
return false;
if (lhs.number_of_live_nodes < rhs.number_of_live_nodes)
return true;
if (rhs.number_of_live_nodes < lhs.number_of_live_nodes)
return false;
if (lhs.number_of_live_layout_objects < rhs.number_of_live_layout_objects)
return true;
if (rhs.number_of_live_layout_objects < lhs.number_of_live_layout_objects)
return false;
if (lhs.number_of_live_resources < rhs.number_of_live_resources)
return true;
if (rhs.number_of_live_resources < lhs.number_of_live_resources)
return false;
if (lhs.number_of_live_context_lifecycle_state_observers < rhs.number_of_live_context_lifecycle_state_observers)
return true;
if (rhs.number_of_live_context_lifecycle_state_observers < lhs.number_of_live_context_lifecycle_state_observers)
return false;
if (lhs.number_of_live_frames < rhs.number_of_live_frames)
return true;
if (rhs.number_of_live_frames < lhs.number_of_live_frames)
return false;
if (lhs.number_of_live_v8_per_context_data < rhs.number_of_live_v8_per_context_data)
return true;
if (rhs.number_of_live_v8_per_context_data < lhs.number_of_live_v8_per_context_data)
return false;
if (lhs.number_of_worker_global_scopes < rhs.number_of_worker_global_scopes)
return true;
if (rhs.number_of_worker_global_scopes < lhs.number_of_worker_global_scopes)
return false;
if (lhs.number_of_live_ua_css_resources < rhs.number_of_live_ua_css_resources)
return true;
if (rhs.number_of_live_ua_css_resources < lhs.number_of_live_ua_css_resources)
return false;
if (lhs.number_of_live_resource_fetchers < rhs.number_of_live_resource_fetchers)
return true;
if (rhs.number_of_live_resource_fetchers < lhs.number_of_live_resource_fetchers)
return false;
return false;
}
} // namespace mojom
} // namespace blink
namespace mojo {
template <>
struct BLINK_COMMON_EXPORT StructTraits<::blink::mojom::LeakDetectionResult::DataView,
::blink::mojom::LeakDetectionResultPtr> {
static bool IsNull(const ::blink::mojom::LeakDetectionResultPtr& input) { return !input; }
static void SetToNull(::blink::mojom::LeakDetectionResultPtr* output) { output->reset(); }
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_audio_nodes) number_of_live_audio_nodes(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_audio_nodes;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_documents) number_of_live_documents(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_documents;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_nodes) number_of_live_nodes(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_nodes;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_layout_objects) number_of_live_layout_objects(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_layout_objects;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_resources) number_of_live_resources(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_resources;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_context_lifecycle_state_observers) number_of_live_context_lifecycle_state_observers(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_context_lifecycle_state_observers;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_frames) number_of_live_frames(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_frames;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_v8_per_context_data) number_of_live_v8_per_context_data(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_v8_per_context_data;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_worker_global_scopes) number_of_worker_global_scopes(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_worker_global_scopes;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_ua_css_resources) number_of_live_ua_css_resources(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_ua_css_resources;
}
static decltype(::blink::mojom::LeakDetectionResult::number_of_live_resource_fetchers) number_of_live_resource_fetchers(
const ::blink::mojom::LeakDetectionResultPtr& input) {
return input->number_of_live_resource_fetchers;
}
static bool Read(::blink::mojom::LeakDetectionResult::DataView input, ::blink::mojom::LeakDetectionResultPtr* output);
};
} // namespace mojo
#endif // THIRD_PARTY_BLINK_PUBLIC_MOJOM_LEAK_DETECTOR_LEAK_DETECTOR_MOJOM_H_
/* Metadata comment
eyJtZXRhIjogW3siZW5kIjogMTc0MywgImJlZ2luIjogMTczMSwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLkxlYWtEZXRlY3RvciJ9fSwgeyJl
bmQiOiAzMDUwLCAiYmVnaW4iOiAzMDMwLCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVz
IiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1
bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJz
aWduYXR1cmUiOiAiYmxpbmsubW9qb20uTGVha0RldGVjdG9yLlBlcmZvcm1MZWFrRGV0ZWN0aW9u
In19LCB7ImVuZCI6IDM0MzgsICJiZWdpbiI6IDM0MTgsICJlZGdlIjogIiUva3l0aGUvZWRnZS9n
ZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjog
ImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1v
am9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5MZWFrRGV0ZWN0b3IuUGVyZm9ybUxlYWtE
ZXRlY3Rpb24ifX0sIHsiZW5kIjogNTI1NCwgImJlZ2luIjogNTIzNSwgImVkZ2UiOiAiJS9reXRo
ZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJj
b3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3Vh
Z2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLkxlYWtEZXRlY3Rpb25SZXN1
bHQifX0sIHsiZW5kIjogOTU3MywgImJlZ2luIjogOTU0NywgImVkZ2UiOiAiJS9reXRoZS9lZGdl
L2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMi
OiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAi
bW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLkxlYWtEZXRlY3Rpb25SZXN1bHQubnVt
YmVyX29mX2xpdmVfYXVkaW9fbm9kZXMifX0sIHsiZW5kIjogOTY5MCwgImJlZ2luIjogOTY2Niwg
ImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVz
IiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1
bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLkxl
YWtEZXRlY3Rpb25SZXN1bHQubnVtYmVyX29mX2xpdmVfZG9jdW1lbnRzIn19LCB7ImVuZCI6IDk3
OTksICJiZWdpbiI6IDk3NzksICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlw
ZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2ds
ZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVy
ZSI6ICJibGluay5tb2pvbS5MZWFrRGV0ZWN0aW9uUmVzdWx0Lm51bWJlcl9vZl9saXZlX25vZGVz
In19LCB7ImVuZCI6IDk5MjYsICJiZWdpbiI6IDk4OTcsICJlZGdlIjogIiUva3l0aGUvZWRnZS9n
ZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjog
ImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1v
am9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5MZWFrRGV0ZWN0aW9uUmVzdWx0Lm51bWJl
cl9vZl9saXZlX2xheW91dF9vYmplY3RzIn19LCB7ImVuZCI6IDEwMDQzLCAiYmVnaW4iOiAxMDAx
OSwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZp
bmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJv
bWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9t
LkxlYWtEZXRlY3Rpb25SZXN1bHQubnVtYmVyX29mX2xpdmVfcmVzb3VyY2VzIn19LCB7ImVuZCI6
IDEwMjA4LCAiYmVnaW4iOiAxMDE2MCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIs
ICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0u
Z29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2ln
bmF0dXJlIjogImJsaW5rLm1vam9tLkxlYWtEZXRlY3Rpb25SZXN1bHQubnVtYmVyX29mX2xpdmVf
Y29udGV4dF9saWZlY3ljbGVfc3RhdGVfb2JzZXJ2ZXJzIn19LCB7ImVuZCI6IDEwMzE5LCAiYmVn
aW4iOiAxMDI5OCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFu
Y2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNl
LmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJs
aW5rLm1vam9tLkxlYWtEZXRlY3Rpb25SZXN1bHQubnVtYmVyX29mX2xpdmVfZnJhbWVzIn19LCB7
ImVuZCI6IDEwNDU2LCAiYmVnaW4iOiAxMDQyMiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVy
YXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hy
b21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20i
LCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLkxlYWtEZXRlY3Rpb25SZXN1bHQubnVtYmVyX29m
X2xpdmVfdjhfcGVyX2NvbnRleHRfZGF0YSJ9fSwgeyJlbmQiOiAxMDU4NSwgImJlZ2luIjogMTA1
NTUsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVm
aW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hy
b21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pv
bS5MZWFrRGV0ZWN0aW9uUmVzdWx0Lm51bWJlcl9vZl93b3JrZXJfZ2xvYmFsX3Njb3BlcyJ9fSwg
eyJlbmQiOiAxMDcxNiwgImJlZ2luIjogMTA2ODUsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5l
cmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNo
cm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9t
IiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5MZWFrRGV0ZWN0aW9uUmVzdWx0Lm51bWJlcl9v
Zl9saXZlX3VhX2Nzc19yZXNvdXJjZXMifX0sIHsiZW5kIjogMTA4NDksICJiZWdpbiI6IDEwODE3
LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmlu
ZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9t
aXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiYmxpbmsubW9qb20u
TGVha0RldGVjdGlvblJlc3VsdC5udW1iZXJfb2ZfbGl2ZV9yZXNvdXJjZV9mZXRjaGVycyJ9fV0s
ICJ0eXBlIjogImt5dGhlMCJ9
*/