12class LocalAuthentication {
24 LocalAuthentication& operator=(LocalAuthentication
const&);
25 LocalAuthentication(LocalAuthentication
const&);
26 LocalAuthentication();
32 MCNAPI
explicit LocalAuthentication(::std::string
const& selfSignedId);
34 MCNAPI ::RawGameServerToken
const& getHostSignedToken()
const;
36 MCNAPI ::PrivateKeyManager
const& getLocalKeys()
const;
38 MCNAPI ::RawGameServerToken
const& getNewLocalToken()
const;
40 MCNAPI ::std::string
const& getSelfSignedId()
const;
47 MCNAPI ~LocalAuthentication();
55 MCNAPI
void* $ctor(::std::string
const& selfSignedId);