blob: ae8d96c6ebb47326e8324042b17bda899b02e4b7 [file] [log] [blame]
// 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_DOM_STORAGE_STORAGE_AREA_MOJOM_BLINK_H_
#define THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_AREA_MOJOM_BLINK_H_
#include <stdint.h>
#include <limits>
#include <type_traits>
#include <utility>
#include "base/callback.h"
#include "base/macros.h"
#include "base/optional.h"
#include "mojo/public/cpp/bindings/mojo_buildflags.h"
#if BUILDFLAG(MOJO_TRACE_ENABLED)
#include "base/trace_event/trace_event.h"
#endif
#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/blink/public/mojom/dom_storage/storage_area.mojom-shared.h"
#include "third_party/blink/public/mojom/dom_storage/storage_area.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/associated_interface_ptr.h"
#include "mojo/public/cpp/bindings/associated_interface_ptr_info.h"
#include "mojo/public/cpp/bindings/associated_interface_request.h"
#include "mojo/public/cpp/bindings/interface_ptr.h"
#include "mojo/public/cpp/bindings/interface_request.h"
#include "mojo/public/cpp/bindings/lib/control_message_handler.h"
#include "mojo/public/cpp/bindings/raw_ptr_impl_ref_traits.h"
#include "mojo/public/cpp/bindings/thread_safe_interface_ptr.h"
#include "mojo/public/cpp/bindings/lib/native_enum_serialization.h"
#include "mojo/public/cpp/bindings/lib/native_struct_serialization.h"
#include "third_party/blink/renderer/platform/platform_export.h"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace blink {
namespace mojom {
namespace blink {
class StorageAreaObserverProxy;
template <typename ImplRefTraits>
class StorageAreaObserverStub;
class StorageAreaObserverRequestValidator;
// @generated_from: blink.mojom.StorageAreaObserver
class PLATFORM_EXPORT StorageAreaObserver
: public StorageAreaObserverInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
using Base_ = StorageAreaObserverInterfaceBase;
using Proxy_ = StorageAreaObserverProxy;
template <typename ImplRefTraits>
using Stub_ = StorageAreaObserverStub<ImplRefTraits>;
using RequestValidator_ = StorageAreaObserverRequestValidator;
using ResponseValidator_ = mojo::PassThroughFilter;
enum MethodMinVersions : uint32_t {
kKeyAddedMinVersion = 0,
kKeyChangedMinVersion = 0,
kKeyDeletedMinVersion = 0,
kAllDeletedMinVersion = 0,
kShouldSendOldValueOnMutationsMinVersion = 0,
};
virtual ~StorageAreaObserver() {}
// @generated_from: blink.mojom.StorageAreaObserver.KeyAdded
virtual void KeyAdded(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& value, const WTF::String& source) = 0;
// @generated_from: blink.mojom.StorageAreaObserver.KeyChanged
virtual void KeyChanged(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& new_value, const WTF::Vector<uint8_t>& old_value, const WTF::String& source) = 0;
// @generated_from: blink.mojom.StorageAreaObserver.KeyDeleted
virtual void KeyDeleted(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& old_value, const WTF::String& source) = 0;
// @generated_from: blink.mojom.StorageAreaObserver.AllDeleted
virtual void AllDeleted(const WTF::String& source) = 0;
// @generated_from: blink.mojom.StorageAreaObserver.ShouldSendOldValueOnMutations
virtual void ShouldSendOldValueOnMutations(bool value) = 0;
};
class StorageAreaGetAllCallbackProxy;
template <typename ImplRefTraits>
class StorageAreaGetAllCallbackStub;
class StorageAreaGetAllCallbackRequestValidator;
// @generated_from: blink.mojom.StorageAreaGetAllCallback
class PLATFORM_EXPORT StorageAreaGetAllCallback
: public StorageAreaGetAllCallbackInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
using Base_ = StorageAreaGetAllCallbackInterfaceBase;
using Proxy_ = StorageAreaGetAllCallbackProxy;
template <typename ImplRefTraits>
using Stub_ = StorageAreaGetAllCallbackStub<ImplRefTraits>;
using RequestValidator_ = StorageAreaGetAllCallbackRequestValidator;
using ResponseValidator_ = mojo::PassThroughFilter;
enum MethodMinVersions : uint32_t {
kCompleteMinVersion = 0,
};
virtual ~StorageAreaGetAllCallback() {}
// @generated_from: blink.mojom.StorageAreaGetAllCallback.Complete
virtual void Complete(bool success) = 0;
};
class StorageAreaProxy;
template <typename ImplRefTraits>
class StorageAreaStub;
class StorageAreaRequestValidator;
class StorageAreaResponseValidator;
// @generated_from: blink.mojom.StorageArea
class PLATFORM_EXPORT StorageArea
: public StorageAreaInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = true;
static constexpr bool HasSyncMethods_ = true;
using Base_ = StorageAreaInterfaceBase;
using Proxy_ = StorageAreaProxy;
template <typename ImplRefTraits>
using Stub_ = StorageAreaStub<ImplRefTraits>;
using RequestValidator_ = StorageAreaRequestValidator;
using ResponseValidator_ = StorageAreaResponseValidator;
enum MethodMinVersions : uint32_t {
kAddObserverMinVersion = 0,
kPutMinVersion = 0,
kDeleteMinVersion = 0,
kDeleteAllMinVersion = 0,
kGetMinVersion = 0,
kGetAllMinVersion = 0,
};
// @generated_from: blink.mojom.StorageArea.kPerStorageAreaQuota
static constexpr uint32_t kPerStorageAreaQuota = 10485760U;
// @generated_from: blink.mojom.StorageArea.kPerStorageAreaOverQuotaAllowance
static constexpr uint32_t kPerStorageAreaOverQuotaAllowance = 102400U;
virtual ~StorageArea() {}
// @generated_from: blink.mojom.StorageArea.AddObserver
virtual void AddObserver(StorageAreaObserverAssociatedPtrInfo observer) = 0;
using PutCallback = base::OnceCallback<void(bool)>;
// @generated_from: blink.mojom.StorageArea.Put
virtual void Put(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& value, const base::Optional<WTF::Vector<uint8_t>>& client_old_value, const WTF::String& source, PutCallback callback) = 0;
using DeleteCallback = base::OnceCallback<void(bool)>;
// @generated_from: blink.mojom.StorageArea.Delete
virtual void Delete(const WTF::Vector<uint8_t>& key, const base::Optional<WTF::Vector<uint8_t>>& client_old_value, const WTF::String& source, DeleteCallback callback) = 0;
using DeleteAllCallback = base::OnceCallback<void(bool)>;
// @generated_from: blink.mojom.StorageArea.DeleteAll
virtual void DeleteAll(const WTF::String& source, DeleteAllCallback callback) = 0;
using GetCallback = base::OnceCallback<void(bool, const WTF::Vector<uint8_t>&)>;
// @generated_from: blink.mojom.StorageArea.Get
virtual void Get(const WTF::Vector<uint8_t>& key, GetCallback callback) = 0;
// Sync method. This signature is used by the client side; the service side
// should implement the signature with callback below.
// @generated_from: blink.mojom.StorageArea.GetAll
virtual bool GetAll(StorageAreaGetAllCallbackAssociatedPtrInfo complete_callback, bool* out_success, WTF::Vector<KeyValuePtr>* out_data);
using GetAllCallback = base::OnceCallback<void(bool, WTF::Vector<KeyValuePtr>)>;
// @generated_from: blink.mojom.StorageArea.GetAll
virtual void GetAll(StorageAreaGetAllCallbackAssociatedPtrInfo complete_callback, GetAllCallback callback) = 0;
};
class PLATFORM_EXPORT StorageAreaObserverProxy
: public StorageAreaObserver {
public:
using InterfaceType = StorageAreaObserver;
explicit StorageAreaObserverProxy(mojo::MessageReceiverWithResponder* receiver);
void KeyAdded(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& value, const WTF::String& source) final;
void KeyChanged(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& new_value, const WTF::Vector<uint8_t>& old_value, const WTF::String& source) final;
void KeyDeleted(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& old_value, const WTF::String& source) final;
void AllDeleted(const WTF::String& source) final;
void ShouldSendOldValueOnMutations(bool value) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class PLATFORM_EXPORT StorageAreaGetAllCallbackProxy
: public StorageAreaGetAllCallback {
public:
using InterfaceType = StorageAreaGetAllCallback;
explicit StorageAreaGetAllCallbackProxy(mojo::MessageReceiverWithResponder* receiver);
void Complete(bool success) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class PLATFORM_EXPORT StorageAreaProxy
: public StorageArea {
public:
using InterfaceType = StorageArea;
explicit StorageAreaProxy(mojo::MessageReceiverWithResponder* receiver);
void AddObserver(StorageAreaObserverAssociatedPtrInfo observer) final;
void Put(const WTF::Vector<uint8_t>& key, const WTF::Vector<uint8_t>& value, const base::Optional<WTF::Vector<uint8_t>>& client_old_value, const WTF::String& source, PutCallback callback) final;
void Delete(const WTF::Vector<uint8_t>& key, const base::Optional<WTF::Vector<uint8_t>>& client_old_value, const WTF::String& source, DeleteCallback callback) final;
void DeleteAll(const WTF::String& source, DeleteAllCallback callback) final;
void Get(const WTF::Vector<uint8_t>& key, GetCallback callback) final;
bool GetAll(StorageAreaGetAllCallbackAssociatedPtrInfo complete_callback, bool* out_success, WTF::Vector<KeyValuePtr>* out_data) final;
void GetAll(StorageAreaGetAllCallbackAssociatedPtrInfo complete_callback, GetAllCallback callback) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class PLATFORM_EXPORT StorageAreaObserverStubDispatch {
public:
static bool Accept(StorageAreaObserver* impl, mojo::Message* message);
static bool AcceptWithResponder(
StorageAreaObserver* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<StorageAreaObserver>>
class StorageAreaObserverStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
StorageAreaObserverStub() {}
~StorageAreaObserverStub() override {}
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 StorageAreaObserverStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return StorageAreaObserverStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class PLATFORM_EXPORT StorageAreaGetAllCallbackStubDispatch {
public:
static bool Accept(StorageAreaGetAllCallback* impl, mojo::Message* message);
static bool AcceptWithResponder(
StorageAreaGetAllCallback* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<StorageAreaGetAllCallback>>
class StorageAreaGetAllCallbackStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
StorageAreaGetAllCallbackStub() {}
~StorageAreaGetAllCallbackStub() override {}
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 StorageAreaGetAllCallbackStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return StorageAreaGetAllCallbackStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class PLATFORM_EXPORT StorageAreaStubDispatch {
public:
static bool Accept(StorageArea* impl, mojo::Message* message);
static bool AcceptWithResponder(
StorageArea* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<StorageArea>>
class StorageAreaStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
StorageAreaStub() {}
~StorageAreaStub() override {}
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 StorageAreaStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return StorageAreaStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class PLATFORM_EXPORT StorageAreaObserverRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class PLATFORM_EXPORT StorageAreaGetAllCallbackRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class PLATFORM_EXPORT StorageAreaRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class PLATFORM_EXPORT StorageAreaResponseValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
// @generated_from: blink.mojom.KeyValue
class PLATFORM_EXPORT KeyValue {
public:
template <typename T>
using EnableIfSame = std::enable_if_t<std::is_same<KeyValue, T>::value>;
using DataView = KeyValueDataView;
using Data_ = internal::KeyValue_Data;
template <typename... Args>
static KeyValuePtr New(Args&&... args) {
return KeyValuePtr(
base::in_place, std::forward<Args>(args)...);
}
template <typename U>
static KeyValuePtr From(const U& u) {
return mojo::TypeConverter<KeyValuePtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, KeyValue>::Convert(*this);
}
KeyValue();
KeyValue(
const WTF::Vector<uint8_t>& key,
const WTF::Vector<uint8_t>& value);
~KeyValue();
// 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 = KeyValuePtr>
KeyValuePtr 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, KeyValue::EnableIfSame<T>* = nullptr>
bool Equals(const T& other) const;
template <typename UserType>
static WTF::Vector<uint8_t> Serialize(UserType* input) {
return mojo::internal::SerializeImpl<
KeyValue::DataView, WTF::Vector<uint8_t>>(input);
}
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
KeyValue::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::KeyValue_UnserializedMessageContext<
UserType, KeyValue::DataView>>(0, 0, std::move(input)));
}
template <typename UserType>
static bool Deserialize(const void* data,
size_t data_num_bytes,
UserType* output) {
return mojo::internal::DeserializeImpl<KeyValue::DataView>(
data, data_num_bytes, std::vector<mojo::ScopedHandle>(), output, Validate);
}
template <typename UserType>
static bool Deserialize(const WTF::Vector<uint8_t>& input,
UserType* output) {
return KeyValue::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::KeyValue_UnserializedMessageContext<
UserType, KeyValue::DataView>>();
if (context) {
*output = std::move(context->TakeData());
return true;
}
input.SerializeIfNecessary();
return mojo::internal::DeserializeImpl<KeyValue::DataView>(
input.payload(), input.payload_num_bytes(),
std::move(*input.mutable_handles()), output, Validate);
}
// @generated_from: blink.mojom.KeyValue.key
WTF::Vector<uint8_t> key;
// @generated_from: blink.mojom.KeyValue.value
WTF::Vector<uint8_t> value;
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, KeyValue::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, KeyValue::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {
return !(rhs < lhs);
}
template <typename T, KeyValue::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {
return rhs < lhs;
}
template <typename T, KeyValue::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {
return !(lhs < rhs);
}
template <typename StructPtrType>
KeyValuePtr KeyValue::Clone() const {
return New(
mojo::Clone(key),
mojo::Clone(value)
);
}
template <typename T, KeyValue::EnableIfSame<T>*>
bool KeyValue::Equals(const T& other_struct) const {
if (!mojo::Equals(this->key, other_struct.key))
return false;
if (!mojo::Equals(this->value, other_struct.value))
return false;
return true;
}
template <typename T, KeyValue::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {
if (lhs.key < rhs.key)
return true;
if (rhs.key < lhs.key)
return false;
if (lhs.value < rhs.value)
return true;
if (rhs.value < lhs.value)
return false;
return false;
}
} // namespace blink
} // namespace mojom
} // namespace blink
namespace mojo {
template <>
struct PLATFORM_EXPORT StructTraits<::blink::mojom::blink::KeyValue::DataView,
::blink::mojom::blink::KeyValuePtr> {
static bool IsNull(const ::blink::mojom::blink::KeyValuePtr& input) { return !input; }
static void SetToNull(::blink::mojom::blink::KeyValuePtr* output) { output->reset(); }
static const decltype(::blink::mojom::blink::KeyValue::key)& key(
const ::blink::mojom::blink::KeyValuePtr& input) {
return input->key;
}
static const decltype(::blink::mojom::blink::KeyValue::value)& value(
const ::blink::mojom::blink::KeyValuePtr& input) {
return input->value;
}
static bool Read(::blink::mojom::blink::KeyValue::DataView input, ::blink::mojom::blink::KeyValuePtr* output);
};
} // namespace mojo
#endif // THIRD_PARTY_BLINK_PUBLIC_MOJOM_DOM_STORAGE_STORAGE_AREA_MOJOM_BLINK_H_
/* Metadata comment
eyJtZXRhIjogW3siZW5kIjogMjQ0MywgImJlZ2luIjogMjQyNCwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhT2JzZXJ2ZXIi
fX0sIHsiZW5kIjogMzMyMywgImJlZ2luIjogMzMxNSwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dl
bmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAi
Y2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9q
b20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhT2JzZXJ2ZXIuS2V5QWRk
ZWQifX0sIHsiZW5kIjogMzUxNiwgImJlZ2luIjogMzUwNiwgImVkZ2UiOiAiJS9reXRoZS9lZGdl
L2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMi
OiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAi
bW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhT2JzZXJ2ZXIuS2V5
Q2hhbmdlZCJ9fSwgeyJlbmQiOiAzNzUyLCAiYmVnaW4iOiAzNzQyLCAiZWRnZSI6ICIlL2t5dGhl
L2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNv
cnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFn
ZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiYmxpbmsubW9qb20uU3RvcmFnZUFyZWFPYnNlcnZl
ci5LZXlEZWxldGVkIn19LCB7ImVuZCI6IDM5NDksICJiZWdpbiI6IDM5MzksICJlZGdlIjogIiUv
a3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6
IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxh
bmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5TdG9yYWdlQXJlYU9i
c2VydmVyLkFsbERlbGV0ZWQifX0sIHsiZW5kIjogNDExMiwgImJlZ2luIjogNDA4MywgImVkZ2Ui
OiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZu
YW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMi
LCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VB
cmVhT2JzZXJ2ZXIuU2hvdWxkU2VuZE9sZFZhbHVlT25NdXRhdGlvbnMifX0sIHsiZW5kIjogNDQw
MSwgImJlZ2luIjogNDM3NiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBl
IjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xl
c291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJl
IjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhR2V0QWxsQ2FsbGJhY2sifX0sIHsiZW5kIjogNTE4
MCwgImJlZ2luIjogNTE3MiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBl
IjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xl
c291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJl
IjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhR2V0QWxsQ2FsbGJhY2suQ29tcGxldGUifX0sIHsi
ZW5kIjogNTQzNywgImJlZ2luIjogNTQyNiwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRl
cyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21p
dW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAi
c2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhIn19LCB7ImVuZCI6IDYyNjQsICJi
ZWdpbiI6IDYyNDQsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJh
bmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJj
ZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJi
bGluay5tb2pvbS5TdG9yYWdlQXJlYS5rUGVyU3RvcmFnZUFyZWFRdW90YSJ9fSwgeyJlbmQiOiA2
NDIwLCAiYmVnaW4iOiA2Mzg3LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5
cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29n
bGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1
cmUiOiAiYmxpbmsubW9qb20uU3RvcmFnZUFyZWEua1BlclN0b3JhZ2VBcmVhT3ZlclF1b3RhQWxs
b3dhbmNlIn19LCB7ImVuZCI6IDY1NDYsICJiZWdpbiI6IDY1MzUsICJlZGdlIjogIiUva3l0aGUv
ZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29y
cHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdl
IjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5TdG9yYWdlQXJlYS5BZGRPYnNl
cnZlciJ9fSwgeyJlbmQiOiA2NzI0LCAiYmVnaW4iOiA2NzIxLCAiZWRnZSI6ICIlL2t5dGhlL2Vk
Z2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1
cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6
ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiYmxpbmsubW9qb20uU3RvcmFnZUFyZWEuUHV0In19LCB7
ImVuZCI6IDcwNDMsICJiZWdpbiI6IDcwMzcsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0
ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9t
aXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwg
InNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5TdG9yYWdlQXJlYS5EZWxldGUifX0sIHsiZW5kIjog
NzMzOSwgImJlZ2luIjogNzMzMCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0
eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29v
Z2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0
dXJlIjogImJsaW5rLm1vam9tLlN0b3JhZ2VBcmVhLkRlbGV0ZUFsbCJ9fSwgeyJlbmQiOiA3NTU0
LCAiYmVnaW4iOiA3NTUxLCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUi
OiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVz
b3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUi
OiAiYmxpbmsubW9qb20uU3RvcmFnZUFyZWEuR2V0In19LCB7ImVuZCI6IDc4MjYsICJiZWdpbiI6
IDc4MjAsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3Jf
ZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20v
Y2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5t
b2pvbS5TdG9yYWdlQXJlYS5HZXRBbGwifX0sIHsiZW5kIjogODEwNCwgImJlZ2luIjogODA5OCwg
ImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVz
IiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1
bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImJsaW5rLm1vam9tLlN0
b3JhZ2VBcmVhLkdldEFsbCJ9fSwgeyJlbmQiOiAxNTEyNywgImJlZ2luIjogMTUxMTksICJlZGdl
IjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2
bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3Jj
IiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5LZXlWYWx1
ZSJ9fSwgeyJlbmQiOiAxODU1MCwgImJlZ2luIjogMTg1NDcsICJlZGdlIjogIiUva3l0aGUvZWRn
ZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVz
IjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjog
Im1vam9tIiwgInNpZ25hdHVyZSI6ICJibGluay5tb2pvbS5LZXlWYWx1ZS5rZXkifX0sIHsiZW5k
IjogMTg2MzAsICJiZWdpbiI6IDE4NjI1LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVz
IiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1
bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJz
aWduYXR1cmUiOiAiYmxpbmsubW9qb20uS2V5VmFsdWUudmFsdWUifX1dLCAidHlwZSI6ICJreXRo
ZTAifQ==
*/