LiteLoaderBDS-1.16.40/LiteLoader/Header/MC/ActiveDirectoryIdentity.hpp
2022-09-21 19:47:03 +08:00

34 lines
1011 B
C++

// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "../Global.h"
#define BEFORE_EXTRA
#undef BEFORE_EXTRA
class ActiveDirectoryIdentity {
#define AFTER_EXTRA
#undef AFTER_EXTRA
#ifndef DISABLE_CONSTRUCTOR_PREVENTION_ACTIVEDIRECTORYIDENTITY
public:
class ActiveDirectoryIdentity& operator=(class ActiveDirectoryIdentity const &) = delete;
ActiveDirectoryIdentity(class ActiveDirectoryIdentity const &) = delete;
ActiveDirectoryIdentity() = delete;
#endif
public:
#ifdef ENABLE_VIRTUAL_FAKESYMBOL_ACTIVEDIRECTORYIDENTITY
#endif
MCAPI static std::string const IS_VALID_FIELD;
MCAPI static std::string const JWT_EXPIRATION_FIELD;
MCAPI static std::string const JWT_REQUEST_ID_FIELD;
MCAPI static std::string const MUTSUrl;
MCAPI static std::string const PAYLOAD_FIELD;
MCAPI static std::string const PUBLIC_KEY;
MCAPI static std::string const REQUEST_ID_FIELD;
MCAPI static std::string const RESPONSE_FIELD;
};