8struct PlayerAuthenticationInfo {
12 ::ll::TypedStorage<8, 32, ::std::string> Xuid;
13 ::ll::TypedStorage<8, 32, ::std::string> PlayFabId;
14 ::ll::TypedStorage<8, 32, ::std::string> NintendoId;
15 ::ll::TypedStorage<8, 32, ::std::string> PsnId;
16 ::ll::TypedStorage<8, 32, ::std::string> XboxLiveName;
17 ::ll::TypedStorage<8, 32, ::std::string> NintendoName;
18 ::ll::TypedStorage<8, 32, ::std::string> PlayStationName;
19 ::ll::TypedStorage<8, 32, ::std::string> PublicKey;
20 ::ll::TypedStorage<8, 16, ::mce::UUID> AuthenticatedUuid;
26 MCAPI PlayerAuthenticationInfo();
28 MCAPI PlayerAuthenticationInfo(::PlayerAuthenticationInfo&&);
30 MCAPI PlayerAuthenticationInfo(::PlayerAuthenticationInfo
const&);
32 MCAPI ::PlayerAuthenticationInfo& operator=(::PlayerAuthenticationInfo&&);
34 MCAPI ::PlayerAuthenticationInfo& operator=(::PlayerAuthenticationInfo
const&);
36 MCAPI ~PlayerAuthenticationInfo();
44 MCAPI
void* $ctor(::PlayerAuthenticationInfo&&);
46 MCAPI
void* $ctor(::PlayerAuthenticationInfo
const&);