15struct SubClientAuthInfo {
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;
27 SubClientAuthInfo& operator=(SubClientAuthInfo
const&);
28 SubClientAuthInfo(SubClientAuthInfo
const&);
35 MCNAPI ~SubClientAuthInfo();