blob: d8553c3596ce390c273d248e7ff239c61a7d02eb [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 SERVICES_IMAGE_ANNOTATION_PUBLIC_MOJOM_IMAGE_ANNOTATION_MOJOM_BLINK_H_
#define SERVICES_IMAGE_ANNOTATION_PUBLIC_MOJOM_IMAGE_ANNOTATION_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 "services/image_annotation/public/mojom/image_annotation.mojom-shared.h"
#include "services/image_annotation/public/mojom/image_annotation.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"
#ifdef KYTHE_IS_RUNNING
#pragma kythe_inline_metadata "Metadata comment"
#endif
namespace WTF {
struct image_annotation_mojom_internal_AnnotateImageError_DataHashFn {
static unsigned GetHash(const ::image_annotation::mojom::AnnotateImageError& value) {
using utype = std::underlying_type<::image_annotation::mojom::AnnotateImageError>::type;
return DefaultHash<utype>::Hash().GetHash(static_cast<utype>(value));
}
static bool Equal(const ::image_annotation::mojom::AnnotateImageError& left, const ::image_annotation::mojom::AnnotateImageError& right) {
return left == right;
}
static const bool safe_to_compare_to_empty_or_deleted = true;
};
template <>
struct HashTraits<::image_annotation::mojom::AnnotateImageError>
: public GenericHashTraits<::image_annotation::mojom::AnnotateImageError> {
static_assert(true,
"-1000000 is a reserved enum value");
static_assert(true,
"-1000001 is a reserved enum value");
static const bool hasIsEmptyValueFunction = true;
static bool IsEmptyValue(const ::image_annotation::mojom::AnnotateImageError& value) {
return value == static_cast<::image_annotation::mojom::AnnotateImageError>(-1000000);
}
static void ConstructDeletedValue(::image_annotation::mojom::AnnotateImageError& slot, bool) {
slot = static_cast<::image_annotation::mojom::AnnotateImageError>(-1000001);
}
static bool IsDeletedValue(const ::image_annotation::mojom::AnnotateImageError& value) {
return value == static_cast<::image_annotation::mojom::AnnotateImageError>(-1000001);
}
};
} // namespace WTF
namespace WTF {
struct image_annotation_mojom_internal_AnnotationType_DataHashFn {
static unsigned GetHash(const ::image_annotation::mojom::AnnotationType& value) {
using utype = std::underlying_type<::image_annotation::mojom::AnnotationType>::type;
return DefaultHash<utype>::Hash().GetHash(static_cast<utype>(value));
}
static bool Equal(const ::image_annotation::mojom::AnnotationType& left, const ::image_annotation::mojom::AnnotationType& right) {
return left == right;
}
static const bool safe_to_compare_to_empty_or_deleted = true;
};
template <>
struct HashTraits<::image_annotation::mojom::AnnotationType>
: public GenericHashTraits<::image_annotation::mojom::AnnotationType> {
static_assert(true,
"-1000000 is a reserved enum value");
static_assert(true,
"-1000001 is a reserved enum value");
static const bool hasIsEmptyValueFunction = true;
static bool IsEmptyValue(const ::image_annotation::mojom::AnnotationType& value) {
return value == static_cast<::image_annotation::mojom::AnnotationType>(-1000000);
}
static void ConstructDeletedValue(::image_annotation::mojom::AnnotationType& slot, bool) {
slot = static_cast<::image_annotation::mojom::AnnotationType>(-1000001);
}
static bool IsDeletedValue(const ::image_annotation::mojom::AnnotationType& value) {
return value == static_cast<::image_annotation::mojom::AnnotationType>(-1000001);
}
};
} // namespace WTF
namespace image_annotation {
namespace mojom {
namespace blink {
class ImageProcessorProxy;
template <typename ImplRefTraits>
class ImageProcessorStub;
class ImageProcessorRequestValidator;
class ImageProcessorResponseValidator;
// @generated_from: image_annotation.mojom.ImageProcessor
class ImageProcessor
: public ImageProcessorInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
using Base_ = ImageProcessorInterfaceBase;
using Proxy_ = ImageProcessorProxy;
template <typename ImplRefTraits>
using Stub_ = ImageProcessorStub<ImplRefTraits>;
using RequestValidator_ = ImageProcessorRequestValidator;
using ResponseValidator_ = ImageProcessorResponseValidator;
enum MethodMinVersions : uint32_t {
kGetJpgImageDataMinVersion = 0,
};
virtual ~ImageProcessor() {}
using GetJpgImageDataCallback = base::OnceCallback<void(const WTF::Vector<uint8_t>&, int32_t, int32_t)>;
// @generated_from: image_annotation.mojom.ImageProcessor.GetJpgImageData
virtual void GetJpgImageData(GetJpgImageDataCallback callback) = 0;
};
class AnnotatorProxy;
template <typename ImplRefTraits>
class AnnotatorStub;
class AnnotatorRequestValidator;
class AnnotatorResponseValidator;
// @generated_from: image_annotation.mojom.Annotator
class Annotator
: public AnnotatorInterfaceBase {
public:
static const char Name_[];
static constexpr uint32_t Version_ = 0;
static constexpr bool PassesAssociatedKinds_ = false;
static constexpr bool HasSyncMethods_ = false;
using Base_ = AnnotatorInterfaceBase;
using Proxy_ = AnnotatorProxy;
template <typename ImplRefTraits>
using Stub_ = AnnotatorStub<ImplRefTraits>;
using RequestValidator_ = AnnotatorRequestValidator;
using ResponseValidator_ = AnnotatorResponseValidator;
enum MethodMinVersions : uint32_t {
kAnnotateImageMinVersion = 0,
};
virtual ~Annotator() {}
using AnnotateImageCallback = base::OnceCallback<void(AnnotateImageResultPtr)>;
// @generated_from: image_annotation.mojom.Annotator.AnnotateImage
virtual void AnnotateImage(const WTF::String& source_id, const WTF::String& description_language_tag, ImageProcessorPtr image_processor, AnnotateImageCallback callback) = 0;
};
class ImageProcessorProxy
: public ImageProcessor {
public:
using InterfaceType = ImageProcessor;
explicit ImageProcessorProxy(mojo::MessageReceiverWithResponder* receiver);
void GetJpgImageData(GetJpgImageDataCallback callback) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class AnnotatorProxy
: public Annotator {
public:
using InterfaceType = Annotator;
explicit AnnotatorProxy(mojo::MessageReceiverWithResponder* receiver);
void AnnotateImage(const WTF::String& source_id, const WTF::String& description_language_tag, ImageProcessorPtr image_processor, AnnotateImageCallback callback) final;
private:
mojo::MessageReceiverWithResponder* receiver_;
};
class ImageProcessorStubDispatch {
public:
static bool Accept(ImageProcessor* impl, mojo::Message* message);
static bool AcceptWithResponder(
ImageProcessor* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<ImageProcessor>>
class ImageProcessorStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
ImageProcessorStub() {}
~ImageProcessorStub() 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 ImageProcessorStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return ImageProcessorStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class AnnotatorStubDispatch {
public:
static bool Accept(Annotator* impl, mojo::Message* message);
static bool AcceptWithResponder(
Annotator* impl,
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder);
};
template <typename ImplRefTraits =
mojo::RawPtrImplRefTraits<Annotator>>
class AnnotatorStub
: public mojo::MessageReceiverWithResponderStatus {
public:
using ImplPointerType = typename ImplRefTraits::PointerType;
AnnotatorStub() {}
~AnnotatorStub() 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 AnnotatorStubDispatch::Accept(
ImplRefTraits::GetRawPointer(&sink_), message);
}
bool AcceptWithResponder(
mojo::Message* message,
std::unique_ptr<mojo::MessageReceiverWithStatus> responder) override {
if (ImplRefTraits::IsNull(sink_))
return false;
return AnnotatorStubDispatch::AcceptWithResponder(
ImplRefTraits::GetRawPointer(&sink_), message, std::move(responder));
}
private:
ImplPointerType sink_;
};
class ImageProcessorRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class AnnotatorRequestValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class ImageProcessorResponseValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
class AnnotatorResponseValidator : public mojo::MessageReceiver {
public:
bool Accept(mojo::Message* message) override;
};
// @generated_from: image_annotation.mojom.Annotation
class Annotation {
public:
template <typename T>
using EnableIfSame = std::enable_if_t<std::is_same<Annotation, T>::value>;
using DataView = AnnotationDataView;
using Data_ = internal::Annotation_Data;
template <typename... Args>
static AnnotationPtr New(Args&&... args) {
return AnnotationPtr(
base::in_place, std::forward<Args>(args)...);
}
template <typename U>
static AnnotationPtr From(const U& u) {
return mojo::TypeConverter<AnnotationPtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, Annotation>::Convert(*this);
}
Annotation();
Annotation(
AnnotationType type,
double score,
const WTF::String& text);
~Annotation();
// 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 = AnnotationPtr>
AnnotationPtr 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, Annotation::EnableIfSame<T>* = nullptr>
bool Equals(const T& other) const;
size_t Hash(size_t seed) const;
template <typename UserType>
static WTF::Vector<uint8_t> Serialize(UserType* input) {
return mojo::internal::SerializeImpl<
Annotation::DataView, WTF::Vector<uint8_t>>(input);
}
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
Annotation::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::Annotation_UnserializedMessageContext<
UserType, Annotation::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<Annotation::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 Annotation::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::Annotation_UnserializedMessageContext<
UserType, Annotation::DataView>>();
if (context) {
*output = std::move(context->TakeData());
return true;
}
input.SerializeIfNecessary();
return mojo::internal::DeserializeImpl<Annotation::DataView>(
input.payload(), input.payload_num_bytes(),
std::move(*input.mutable_handles()), output, Validate);
}
// @generated_from: image_annotation.mojom.Annotation.type
AnnotationType type;
// @generated_from: image_annotation.mojom.Annotation.score
double score;
// @generated_from: image_annotation.mojom.Annotation.text
WTF::String text;
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, Annotation::EnableIfSame<T>* = nullptr>
bool operator<(const T& lhs, const T& rhs);
template <typename T, Annotation::EnableIfSame<T>* = nullptr>
bool operator<=(const T& lhs, const T& rhs) {
return !(rhs < lhs);
}
template <typename T, Annotation::EnableIfSame<T>* = nullptr>
bool operator>(const T& lhs, const T& rhs) {
return rhs < lhs;
}
template <typename T, Annotation::EnableIfSame<T>* = nullptr>
bool operator>=(const T& lhs, const T& rhs) {
return !(lhs < rhs);
}
// @generated_from: image_annotation.mojom.AnnotateImageResult
class AnnotateImageResult {
public:
using DataView = AnnotateImageResultDataView;
using Data_ = internal::AnnotateImageResult_Data;
using Tag = Data_::AnnotateImageResult_Tag;
static AnnotateImageResultPtr New() {
return AnnotateImageResultPtr(base::in_place);
}
// Construct an instance holding |error_code|.
static AnnotateImageResultPtr
NewErrorCode(
AnnotateImageError error_code) {
auto result = AnnotateImageResultPtr(base::in_place);
result->set_error_code(std::move(error_code));
return result;
}
// Construct an instance holding |annotations|.
static AnnotateImageResultPtr
NewAnnotations(
WTF::Vector<AnnotationPtr> annotations) {
auto result = AnnotateImageResultPtr(base::in_place);
result->set_annotations(std::move(annotations));
return result;
}
template <typename U>
static AnnotateImageResultPtr From(const U& u) {
return mojo::TypeConverter<AnnotateImageResultPtr, U>::Convert(u);
}
template <typename U>
U To() const {
return mojo::TypeConverter<U, AnnotateImageResult>::Convert(*this);
}
AnnotateImageResult();
~AnnotateImageResult();
// 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 UnionPtrType = AnnotateImageResultPtr>
AnnotateImageResultPtr 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,
typename std::enable_if<std::is_same<
T, AnnotateImageResult>::value>::type* = nullptr>
bool Equals(const T& other) const;
Tag which() const {
return tag_;
}
// @generated_from: image_annotation.mojom.AnnotateImageResult.error_code
bool is_error_code() const { return tag_ == Tag::ERROR_CODE; }
// @generated_from: image_annotation.mojom.AnnotateImageResult.error_code
AnnotateImageError get_error_code() const {
DCHECK(tag_ == Tag::ERROR_CODE);
return data_.error_code;
}
// @generated_from: image_annotation.mojom.AnnotateImageResult.error_code
void set_error_code(
AnnotateImageError error_code);
// @generated_from: image_annotation.mojom.AnnotateImageResult.annotations
bool is_annotations() const { return tag_ == Tag::ANNOTATIONS; }
// @generated_from: image_annotation.mojom.AnnotateImageResult.annotations
WTF::Vector<AnnotationPtr>& get_annotations() const {
DCHECK(tag_ == Tag::ANNOTATIONS);
return *(data_.annotations);
}
// @generated_from: image_annotation.mojom.AnnotateImageResult.annotations
void set_annotations(
WTF::Vector<AnnotationPtr> annotations);
template <typename UserType>
static mojo::Message SerializeAsMessage(UserType* input) {
return mojo::internal::SerializeAsMessageImpl<
AnnotateImageResult::DataView>(input);
}
template <typename UserType>
static bool DeserializeFromMessage(mojo::Message input,
UserType* output) {
return mojo::internal::DeserializeImpl<AnnotateImageResult::DataView>(
input.payload(), input.payload_num_bytes(),
std::move(*input.mutable_handles()), output, Validate);
}
private:
union Union_ {
Union_() {}
~Union_() {}
AnnotateImageError error_code;
WTF::Vector<AnnotationPtr>* annotations;
};
static bool Validate(const void* data,
mojo::internal::ValidationContext* validation_context);
void DestroyActive();
Tag tag_;
Union_ data_;
};
template <typename UnionPtrType>
AnnotateImageResultPtr AnnotateImageResult::Clone() const {
// Use UnionPtrType to prevent the compiler from trying to compile this
// without being asked.
UnionPtrType rv(New());
switch (tag_) {
case Tag::ERROR_CODE:
rv->set_error_code(mojo::Clone(data_.error_code));
break;
case Tag::ANNOTATIONS:
rv->set_annotations(mojo::Clone(*data_.annotations));
break;
}
return rv;
}
template <typename T,
typename std::enable_if<std::is_same<
T, AnnotateImageResult>::value>::type*>
bool AnnotateImageResult::Equals(const T& other) const {
if (tag_ != other.which())
return false;
switch (tag_) {
case Tag::ERROR_CODE:
return mojo::Equals(data_.error_code, other.data_.error_code);
case Tag::ANNOTATIONS:
return mojo::Equals(*(data_.annotations), *(other.data_.annotations));
}
return false;
}
template <typename StructPtrType>
AnnotationPtr Annotation::Clone() const {
return New(
mojo::Clone(type),
mojo::Clone(score),
mojo::Clone(text)
);
}
template <typename T, Annotation::EnableIfSame<T>*>
bool Annotation::Equals(const T& other_struct) const {
if (!mojo::Equals(this->type, other_struct.type))
return false;
if (!mojo::Equals(this->score, other_struct.score))
return false;
if (!mojo::Equals(this->text, other_struct.text))
return false;
return true;
}
template <typename T, Annotation::EnableIfSame<T>*>
bool operator<(const T& lhs, const T& rhs) {
if (lhs.type < rhs.type)
return true;
if (rhs.type < lhs.type)
return false;
if (lhs.score < rhs.score)
return true;
if (rhs.score < lhs.score)
return false;
if (lhs.text < rhs.text)
return true;
if (rhs.text < lhs.text)
return false;
return false;
}
} // namespace blink
} // namespace mojom
} // namespace image_annotation
namespace mojo {
template <>
struct StructTraits<::image_annotation::mojom::blink::Annotation::DataView,
::image_annotation::mojom::blink::AnnotationPtr> {
static bool IsNull(const ::image_annotation::mojom::blink::AnnotationPtr& input) { return !input; }
static void SetToNull(::image_annotation::mojom::blink::AnnotationPtr* output) { output->reset(); }
static decltype(::image_annotation::mojom::blink::Annotation::type) type(
const ::image_annotation::mojom::blink::AnnotationPtr& input) {
return input->type;
}
static decltype(::image_annotation::mojom::blink::Annotation::score) score(
const ::image_annotation::mojom::blink::AnnotationPtr& input) {
return input->score;
}
static const decltype(::image_annotation::mojom::blink::Annotation::text)& text(
const ::image_annotation::mojom::blink::AnnotationPtr& input) {
return input->text;
}
static bool Read(::image_annotation::mojom::blink::Annotation::DataView input, ::image_annotation::mojom::blink::AnnotationPtr* output);
};
template <>
struct UnionTraits<::image_annotation::mojom::blink::AnnotateImageResult::DataView,
::image_annotation::mojom::blink::AnnotateImageResultPtr> {
static bool IsNull(const ::image_annotation::mojom::blink::AnnotateImageResultPtr& input) { return !input; }
static void SetToNull(::image_annotation::mojom::blink::AnnotateImageResultPtr* output) { output->reset(); }
static ::image_annotation::mojom::blink::AnnotateImageResult::Tag GetTag(const ::image_annotation::mojom::blink::AnnotateImageResultPtr& input) {
return input->which();
}
static ::image_annotation::mojom::blink::AnnotateImageError error_code(const ::image_annotation::mojom::blink::AnnotateImageResultPtr& input) {
return input->get_error_code();
}
static const WTF::Vector<::image_annotation::mojom::blink::AnnotationPtr>& annotations(const ::image_annotation::mojom::blink::AnnotateImageResultPtr& input) {
return input->get_annotations();
}
static bool Read(::image_annotation::mojom::blink::AnnotateImageResult::DataView input, ::image_annotation::mojom::blink::AnnotateImageResultPtr* output);
};
} // namespace mojo
#endif // SERVICES_IMAGE_ANNOTATION_PUBLIC_MOJOM_IMAGE_ANNOTATION_MOJOM_BLINK_H_
/* Metadata comment
eyJtZXRhIjogW3siZW5kIjogNTM4OSwgImJlZ2luIjogNTM3NSwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogImltYWdlX2Fubm90YXRpb24ubW9qb20uSW1hZ2VQcm9j
ZXNzb3IifX0sIHsiZW5kIjogNjIzOSwgImJlZ2luIjogNjIyNCwgImVkZ2UiOiAiJS9reXRoZS9l
ZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3Jw
dXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2Ui
OiAibW9qb20iLCAic2lnbmF0dXJlIjogImltYWdlX2Fubm90YXRpb24ubW9qb20uSW1hZ2VQcm9j
ZXNzb3IuR2V0SnBnSW1hZ2VEYXRhIn19LCB7ImVuZCI6IDY1MDAsICJiZWdpbiI6IDY0OTEsICJl
ZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIs
ICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0v
c3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJpbWFnZV9hbm5vdGF0aW9u
Lm1vam9tLkFubm90YXRvciJ9fSwgeyJlbmQiOiA3Mjc5LCAiYmVnaW4iOiA3MjY2LCAiZWRnZSI6
ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5h
bWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIs
ICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiaW1hZ2VfYW5ub3RhdGlvbi5tb2pv
bS5Bbm5vdGF0b3IuQW5ub3RhdGVJbWFnZSJ9fSwgeyJlbmQiOiAxMTI2MywgImJlZ2luIjogMTEy
NTMsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVm
aW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hy
b21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJpbWFnZV9hbm5v
dGF0aW9uLm1vam9tLkFubm90YXRpb24ifX0sIHsiZW5kIjogMTQ3NjgsICJiZWdpbiI6IDE0NzU0
LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmlu
ZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9t
aXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiaW1hZ2VfYW5ub3Rh
dGlvbi5tb2pvbS5Bbm5vdGF0aW9uLnR5cGUifX0sIHsiZW5kIjogMTQ4NTIsICJiZWdpbiI6IDE0
ODQ3LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2UvZ2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2Rl
ZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2No
cm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJtb2pvbSIsICJzaWduYXR1cmUiOiAiaW1hZ2VfYW5u
b3RhdGlvbi5tb2pvbS5Bbm5vdGF0aW9uLnNjb3JlIn19LCB7ImVuZCI6IDE0OTM0LCAiYmVnaW4i
OiAxNDkzMCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hv
cl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNv
bS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImltYWdl
X2Fubm90YXRpb24ubW9qb20uQW5ub3RhdGlvbi50ZXh0In19LCB7ImVuZCI6IDE1ODczLCAiYmVn
aW4iOiAxNTg1NCwgImVkZ2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFu
Y2hvcl9kZWZpbmVzIiwgInZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNl
LmNvbS9jaHJvbWl1bS9zcmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImlt
YWdlX2Fubm90YXRpb24ubW9qb20uQW5ub3RhdGVJbWFnZVJlc3VsdCJ9fSwgeyJlbmQiOiAxNzgx
NCwgImJlZ2luIjogMTc4MDEsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlw
ZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2ds
ZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVy
ZSI6ICJpbWFnZV9hbm5vdGF0aW9uLm1vam9tLkFubm90YXRlSW1hZ2VSZXN1bHQuZXJyb3JfY29k
ZSJ9fSwgeyJlbmQiOiAxNzk3MiwgImJlZ2luIjogMTc5NTgsICJlZGdlIjogIiUva3l0aGUvZWRn
ZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVz
IjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjog
Im1vam9tIiwgInNpZ25hdHVyZSI6ICJpbWFnZV9hbm5vdGF0aW9uLm1vam9tLkFubm90YXRlSW1h
Z2VSZXN1bHQuZXJyb3JfY29kZSJ9fSwgeyJlbmQiOiAxODE1MiwgImJlZ2luIjogMTgxMzgsICJl
ZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6ICJhbmNob3JfZGVmaW5lcyIs
ICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNvdXJjZS5jb20vY2hyb21pdW0v
c3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6ICJpbWFnZV9hbm5vdGF0aW9u
Lm1vam9tLkFubm90YXRlSW1hZ2VSZXN1bHQuZXJyb3JfY29kZSJ9fSwgeyJlbmQiOiAxODI5MSwg
ImJlZ2luIjogMTgyNzcsICJlZGdlIjogIiUva3l0aGUvZWRnZS9nZW5lcmF0ZXMiLCAidHlwZSI6
ICJhbmNob3JfZGVmaW5lcyIsICJ2bmFtZSI6IHsiY29ycHVzIjogImNocm9taXVtLmdvb2dsZXNv
dXJjZS5jb20vY2hyb21pdW0vc3JjIiwgImxhbmd1YWdlIjogIm1vam9tIiwgInNpZ25hdHVyZSI6
ICJpbWFnZV9hbm5vdGF0aW9uLm1vam9tLkFubm90YXRlSW1hZ2VSZXN1bHQuYW5ub3RhdGlvbnMi
fX0sIHsiZW5kIjogMTg0NjEsICJiZWdpbiI6IDE4NDQ2LCAiZWRnZSI6ICIlL2t5dGhlL2VkZ2Uv
Z2VuZXJhdGVzIiwgInR5cGUiOiAiYW5jaG9yX2RlZmluZXMiLCAidm5hbWUiOiB7ImNvcnB1cyI6
ICJjaHJvbWl1bS5nb29nbGVzb3VyY2UuY29tL2Nocm9taXVtL3NyYyIsICJsYW5ndWFnZSI6ICJt
b2pvbSIsICJzaWduYXR1cmUiOiAiaW1hZ2VfYW5ub3RhdGlvbi5tb2pvbS5Bbm5vdGF0ZUltYWdl
UmVzdWx0LmFubm90YXRpb25zIn19LCB7ImVuZCI6IDE4NjQ4LCAiYmVnaW4iOiAxODYzMywgImVk
Z2UiOiAiJS9reXRoZS9lZGdlL2dlbmVyYXRlcyIsICJ0eXBlIjogImFuY2hvcl9kZWZpbmVzIiwg
InZuYW1lIjogeyJjb3JwdXMiOiAiY2hyb21pdW0uZ29vZ2xlc291cmNlLmNvbS9jaHJvbWl1bS9z
cmMiLCAibGFuZ3VhZ2UiOiAibW9qb20iLCAic2lnbmF0dXJlIjogImltYWdlX2Fubm90YXRpb24u
bW9qb20uQW5ub3RhdGVJbWFnZVJlc3VsdC5hbm5vdGF0aW9ucyJ9fV0sICJ0eXBlIjogImt5dGhl
MCJ9
*/