|
LeviLamina
|
Static Public Member Functions | |
| static MCAPI bool | _validate (::WebToken const &token, ::MinecraftServiceKeyManager const &keyManager, int64 currentTime, bool checkExpiration) |
| static MCAPI bool | _validateSelfSigned (::WebToken const &token, int64 currentTime, bool checkExpiration) |
| static MCAPI ::GameServerToken | createAndValidateSelfSigned (::RawGameServerToken const &rawToken, bool checkExpiration) |
| static MCAPI_C ::RawGameServerToken | createSelfSigned (::PrivateKeyManager const &signer, int64 expirationDate, ::std::string const &keyId, ::PlayerAuthenticationInfo const &claims) |
Public Attributes | |
| ::ll::TypedStorage< 1, 1, bool > | mIsSelfSigned |
| ::ll::TypedStorage< 1, 1, bool > | mIsValid |
| ::ll::TypedStorage< 8, 128, ::WebToken > | mRawToken |