Lineage
Toggle table of contents
0.4.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lineage
backend-mod
/
ru.hytalemodding.lineage.backend.security
/
ReplayKey
Replay
Key
data
class
ReplayKey
(
val
backendId
:
String
,
val
playerId
:
String
,
val
nonce
:
String
)
Members
Constructors
Replay
Key
Link copied to clipboard
constructor
(
backendId
:
String
,
playerId
:
String
,
nonce
:
String
)
Properties
backend
Id
Link copied to clipboard
val
backendId
:
String
nonce
Link copied to clipboard
val
nonce
:
String
player
Id
Link copied to clipboard
val
playerId
:
String