LeviLamina
Loading...
Searching...
No Matches
ActiveDirectoryIdentity.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/minecraft/threading/EnableQueueForMainThread.h"
7#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Identity { class IEduAuth; }
12namespace Identity { struct ServiceResponse; }
13// clang-format on
14
17public:
18 // member variables
19 // NOLINTBEGIN
32 // NOLINTEND
33
34public:
35 // prevent constructor by default
39
40public:
41 // virtual functions
42 // NOLINTBEGIN
43 // vIndex: 0
44 virtual ~ActiveDirectoryIdentity() /*override*/ = default;
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::std::string const& IS_VALID_FIELD();
51
52 MCAPI static ::std::string const& JWT_EXPIRATION_FIELD();
53
54 MCAPI static ::std::string const& JWT_REQUEST_ID_FIELD();
55
56 MCAPI static ::std::string const& PAYLOAD_FIELD();
57
58 MCAPI static ::std::string const& PUBLIC_KEY();
59
60 MCAPI static ::std::string const& REQUEST_ID_FIELD();
61
62 MCAPI static ::std::string const& RESPONSE_FIELD();
63
64 MCAPI static ::std::string& mCachedServiceEndpoint();
65 // NOLINTEND
66
67public:
68 // destructor thunk
69 // NOLINTBEGIN
70
71 // NOLINTEND
72};
Definition ActiveDirectoryIdentity.h:16
Definition EnableNonOwnerReferences.h:7
Definition EnableQueueForMainThread.h:10
Definition Alias.h:14