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&> 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
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI_C void $dtor();
41 // NOLINTEND
42};
Definition PrivateKeyManager.h:9