// This Header is auto generated by BDSLiteLoader Toolchain
#pragma once
#define AUTO_GENERATED
#include "llapi/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;

};