22 ::ll::TypedStorage<1, 1, bool> mIsSelfSigned;
23 ::ll::TypedStorage<1, 1, bool> mIsValid;
24 ::ll::TypedStorage<8, 128, ::WebToken> mRawToken;
30 MCAPI ::std::optional<::DiscoveryEnvironment> getIssuerEnvironment()
const;
32 MCAPI ::mce::UUID getLegacyUuid()
const;
34 MCAPI ::PlayerAuthenticationInfo getTrustedInfo()
const;
36 MCAPI ::std::string getXuid()
const;
44 MCAPI
static bool _validate(
51 MCAPI
static bool _validateSelfSigned(
::WebToken const& token, int64 currentTime,
bool checkExpiration);
53 MCAPI static ::GameServerToken
54 createAndValidateSelfSigned(
::RawGameServerToken const& rawToken, int64 currentTime,
bool checkExpiration);
57 MCAPI static ::RawGameServerToken createLocal(
60 ::std::string
const& keyId,