LeviLamina
Loading...
Searching...
No Matches
LocalAuthentication.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8// clang-format on
9
10class LocalAuthentication {
11public:
12 // member variables
13 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
23 LocalAuthentication& operator=(LocalAuthentication const&);
24 LocalAuthentication(LocalAuthentication const&);
25 LocalAuthentication();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30#ifdef LL_PLAT_C
31 MCNAPI void
32 regenerateSelfSigned(::PlayerAuthenticationInfo authInfo, bool isSignedIn, uint64 clientRandomId, bool isPrimary);
33
34 MCNAPI ~LocalAuthentication();
35#endif
36 // NOLINTEND
37
38public:
39 // destructor thunk
40 // NOLINTBEGIN
41#ifdef LL_PLAT_C
42 MCNAPI void $dtor();
43#endif
44 // NOLINTEND
45};
Definition PlayerAuthenticationInfo.h:8
Definition Alias.h:14