Public Member Functions | |
| string | GenerateTotp (string secretKey) |
| Can be used for game client to generate several digit of totp It is used when the session config's enable secret is true. | |
| string | GenerateTotp (string secretKey, GenerateTotpOptionalParameter optionalParameter) |
| Can be used for game client to generate several digit of totp It is used when the session config's enable secret is true. | |
| bool | ValidateTotp (string secret, string receivedTotp, string userId) |
| Can be used for Dedicated Server (DS) for secure Handshaking. | |
|
inline |
Can be used for game client to generate several digit of totp It is used when the session config's enable secret is true.
| secretKey | player's onJoinSession secret received from lobby notification |
|
inline |
Can be used for game client to generate several digit of totp It is used when the session config's enable secret is true.
| secretKey | player's onJoinSession secret received from lobby notification |
| optionalParameter | optional parameter that can be set |
|
inline |
Can be used for Dedicated Server (DS) for secure Handshaking.
| secret | secret received from DSHub notification |
| receivedTotp | player's Totp |
| userId | player's userId |