LiquidBounce
Toggle table of contents
0.40.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
LiquidBounce
LiquidBounce
/
net.ccbluex.liquidbounce.api.thirdparty.mojang.model
/
PublicKeys
Public
Keys
@
JvmRecord
data
class
PublicKeys
(
val
profilePropertyKeys
:
List
<
String
>
,
val
playerCertificateKeys
:
List
<
String
>
,
val
authenticationKeys
:
List
<
String
>
?
=
null
)
:
Record
Members
Constructors
Public
Keys
Link copied to clipboard
constructor
(
profilePropertyKeys
:
List
<
String
>
,
playerCertificateKeys
:
List
<
String
>
,
authenticationKeys
:
List
<
String
>
?
=
null
)
Properties
authentication
Keys
Link copied to clipboard
@
SerializedName
(
value
=
"authenticationKeys"
)
val
authenticationKeys
:
List
<
String
>
?
player
Certificate
Keys
Link copied to clipboard
@
SerializedName
(
value
=
"playerCertificateKeys"
)
val
playerCertificateKeys
:
List
<
String
>
profile
Property
Keys
Link copied to clipboard
@
SerializedName
(
value
=
"profilePropertyKeys"
)
val
profilePropertyKeys
:
List
<
String
>