LeviLamina
Loading...
Searching...
No Matches
SubClientAuthInfo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/certificates/identity/LegacyMultiplayerToken.h"
7#include "mc/certificates/identity/PlayerAuthenticationType.h"
8#include "mc/certificates/identity/RawGameServerToken.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
15struct SubClientAuthInfo {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 8, ::PrivateKeyManager const&> userSigner;
20 ::ll::TypedStorage<4, 4, ::PlayerAuthenticationType> authenticationType;
21 ::ll::TypedStorage<8, 8, ::LegacyMultiplayerToken> token;
22 ::ll::TypedStorage<8, 32, ::RawGameServerToken> newToken;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 SubClientAuthInfo& operator=(SubClientAuthInfo const&);
28 SubClientAuthInfo(SubClientAuthInfo const&);
29 SubClientAuthInfo();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34#ifdef LL_PLAT_C
35 MCNAPI ~SubClientAuthInfo();
36#endif
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42#ifdef LL_PLAT_C
43 MCNAPI void $dtor();
44#endif
45 // NOLINTEND
46};
Definition PrivateKeyManager.h:9